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