|
Blender
V2.93
|
#include <GHOST_Types.h>
Public Attributes | |
| GHOST_TInt32 | x |
| GHOST_TInt32 | y |
| GHOST_TabletData | tablet |
Definition at line 432 of file GHOST_Types.h.
| GHOST_TabletData GHOST_TEventCursorData::tablet |
Associated tablet data.
Definition at line 438 of file GHOST_Types.h.
Referenced by wm_event_add_ghostevent().
| GHOST_TInt32 GHOST_TEventCursorData::x |
The x-coordinate of the cursor position.
Definition at line 434 of file GHOST_Types.h.
Referenced by event_to_buf(), ghost_event_proc(), loggerwindow_handle(), mainwindow_handle(), GHOST_EventPrinter::processEvent(), and wm_event_add_ghostevent().
| GHOST_TInt32 GHOST_TEventCursorData::y |
The y-coordinate of the cursor position.
Definition at line 436 of file GHOST_Types.h.
Referenced by event_to_buf(), ghost_event_proc(), loggerwindow_handle(), mainwindow_handle(), and GHOST_EventPrinter::processEvent().