|
Blender V5.0
|
#include <GHOST_Types.h>
Public Attributes | |
| GHOST_TEventWheelAxis | axis |
| int32_t | value |
Definition at line 647 of file GHOST_Types.h.
| GHOST_TEventWheelAxis GHOST_TEventWheelData::axis |
Which mouse wheel is used.
Definition at line 649 of file GHOST_Types.h.
Referenced by GHOST_EventPrinter::processEvent(), and wm_event_add_ghostevent().
| int32_t GHOST_TEventWheelData::value |
Displacement of a mouse wheel.
Definition at line 651 of file GHOST_Types.h.
Referenced by Application::processEvent(), GHOST_EventPrinter::processEvent(), processEvent(), and wm_event_add_ghostevent().