Blender
V3.3
|
#include <GHOST_WindowWin32.h>
Public Attributes | |
int32_t | pointerId |
int32_t | isPrimary |
GHOST_TButton | buttonMask |
POINT | pixelLocation |
uint64_t | time |
GHOST_TabletData | tabletData |
Definition at line 34 of file GHOST_WindowWin32.h.
GHOST_TButton GHOST_PointerInfoWin32::buttonMask |
Definition at line 37 of file GHOST_WindowWin32.h.
int32_t GHOST_PointerInfoWin32::isPrimary |
Definition at line 36 of file GHOST_WindowWin32.h.
POINT GHOST_PointerInfoWin32::pixelLocation |
Definition at line 38 of file GHOST_WindowWin32.h.
int32_t GHOST_PointerInfoWin32::pointerId |
Definition at line 35 of file GHOST_WindowWin32.h.
GHOST_TabletData GHOST_PointerInfoWin32::tabletData |
Definition at line 40 of file GHOST_WindowWin32.h.
uint64_t GHOST_PointerInfoWin32::time |
Definition at line 39 of file GHOST_WindowWin32.h.