|
Graphviz 14.1.0~dev.20251129.2323
|
#include <smyrnadefs.h>
Data Fields | |
| int | index |
| int | action |
| int | hotkey |
| glMouseButtonType | type |
| int | drag |
| smyrna_view_mode | mode |
Definition at line 119 of file smyrnadefs.h.
| int mouse_action_t::action |
Definition at line 122 of file smyrnadefs.h.
Referenced by get_mode(), and load_mouse_actions().
| int mouse_action_t::drag |
Definition at line 125 of file smyrnadefs.h.
Referenced by get_mode(), and load_mouse_actions().
| int mouse_action_t::hotkey |
Definition at line 123 of file smyrnadefs.h.
Referenced by get_mode(), and load_mouse_actions().
| int mouse_action_t::index |
Definition at line 121 of file smyrnadefs.h.
Referenced by load_mouse_actions().
| smyrna_view_mode mouse_action_t::mode |
Definition at line 126 of file smyrnadefs.h.
Referenced by get_mode(), and load_mouse_actions().
| glMouseButtonType mouse_action_t::type |
Definition at line 124 of file smyrnadefs.h.
Referenced by get_mode(), and load_mouse_actions().