Graphviz 13.0.0~dev.20241220.2304
|
#include "smyrnadefs.h"
Go to the source code of this file.
Macros | |
#define | B_LSHIFT 65505 |
#define | B_RSHIFT 65506 |
#define | B_LCTRL 65507 |
#define | B_RCTRL 65508 |
Functions | |
void | load_mouse_actions (ViewInfo *v) |
int | get_mode (ViewInfo *v) |
#define B_LCTRL 65507 |
Definition at line 17 of file hotkeymap.h.
#define B_LSHIFT 65505 |
Definition at line 15 of file hotkeymap.h.
#define B_RCTRL 65508 |
Definition at line 18 of file hotkeymap.h.
#define B_RSHIFT 65506 |
Definition at line 16 of file hotkeymap.h.
|
extern |
Definition at line 166 of file hotkeymap.c.
References mouse_action_t::action, topview::active, _ViewInfo::active_camera, mouse_action_t::drag, glCompMouse::dragX, glCompMouse::dragY, topview::fisheyeParams, mouse_action_t::hotkey, _ViewInfo::keyVal, mouse_action_t::mode, _ViewInfo::mouse, _ViewInfo::mouse_action_count, _ViewInfo::mouse_actions, SIZE_MAX, smyrna_2D, smyrna_3D, smyrna_all, smyrna_all_but_fisheye, smyrna_fisheye, glCompMouse::t, _ViewInfo::Topview, and mouse_action_t::type.
Referenced by apply_actions(), drawRotatingAxis(), and set_options().
|
extern |
Definition at line 115 of file hotkeymap.c.
References mouse_action_t::action, mouse_action_t::drag, free(), get_button(), get_drag(), get_mouse_button(), get_mouse_mode(), get_view_mode(), gv_recalloc(), mouse_action_t::hotkey, mouse_action_t::index, mouse_action_t::mode, _ViewInfo::mouse_action_count, _ViewInfo::mouse_actions, NULL, smyrnaPath(), and mouse_action_t::type.
Referenced by init_viewport().