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