|
KiCad PCB EDA Suite
|
#include <panel_mouse_settings.h>
Public Attributes | |
| int | zoom |
| int | panh |
| int | panv |
| bool | zoomReverse |
| bool | panHReverse |
Definition at line 31 of file panel_mouse_settings.h.
| int SCROLL_MOD_SET::panh |
Definition at line 34 of file panel_mouse_settings.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), and PANEL_MOUSE_SETTINGS::isScrollModSetValid().
| bool SCROLL_MOD_SET::panHReverse |
Definition at line 37 of file panel_mouse_settings.h.
| int SCROLL_MOD_SET::panv |
Definition at line 35 of file panel_mouse_settings.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), and PANEL_MOUSE_SETTINGS::isScrollModSetValid().
| int SCROLL_MOD_SET::zoom |
Definition at line 33 of file panel_mouse_settings.h.
Referenced by PANEL_MOUSE_SETTINGS::getScrollModSet(), and PANEL_MOUSE_SETTINGS::isScrollModSetValid().
| bool SCROLL_MOD_SET::zoomReverse |
Definition at line 36 of file panel_mouse_settings.h.