|
Blender
V2.93
|
#include <GHOST_WindowWin32.h>
Public Attributes | |
| POINTER_INPUT_TYPE | pointerType |
| UINT32 | pointerId |
| UINT32 | frameId |
| POINTER_FLAGS | pointerFlags |
| HANDLE | sourceDevice |
| HWND | hwndTarget |
| POINT | ptPixelLocation |
| POINT | ptHimetricLocation |
| POINT | ptPixelLocationRaw |
| POINT | ptHimetricLocationRaw |
| DWORD | dwTime |
| UINT32 | historyCount |
| INT32 | InputData |
| DWORD | dwKeyStates |
| UINT64 | PerformanceCount |
| POINTER_BUTTON_CHANGE_TYPE | ButtonChangeType |
Definition at line 113 of file GHOST_WindowWin32.h.
| POINTER_BUTTON_CHANGE_TYPE tagPOINTER_INFO::ButtonChangeType |
Definition at line 129 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::getPointerInfo().
| DWORD tagPOINTER_INFO::dwKeyStates |
Definition at line 127 of file GHOST_WindowWin32.h.
| DWORD tagPOINTER_INFO::dwTime |
Definition at line 124 of file GHOST_WindowWin32.h.
| UINT32 tagPOINTER_INFO::frameId |
Definition at line 116 of file GHOST_WindowWin32.h.
| UINT32 tagPOINTER_INFO::historyCount |
Definition at line 125 of file GHOST_WindowWin32.h.
| HWND tagPOINTER_INFO::hwndTarget |
Definition at line 119 of file GHOST_WindowWin32.h.
| INT32 tagPOINTER_INFO::InputData |
Definition at line 126 of file GHOST_WindowWin32.h.
| UINT64 tagPOINTER_INFO::PerformanceCount |
Definition at line 128 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::getPointerInfo().
| POINTER_FLAGS tagPOINTER_INFO::pointerFlags |
Definition at line 117 of file GHOST_WindowWin32.h.
| UINT32 tagPOINTER_INFO::pointerId |
Definition at line 115 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::getPointerInfo().
| POINTER_INPUT_TYPE tagPOINTER_INFO::pointerType |
Definition at line 114 of file GHOST_WindowWin32.h.
| POINT tagPOINTER_INFO::ptHimetricLocation |
Definition at line 121 of file GHOST_WindowWin32.h.
| POINT tagPOINTER_INFO::ptHimetricLocationRaw |
Definition at line 123 of file GHOST_WindowWin32.h.
| POINT tagPOINTER_INFO::ptPixelLocation |
Definition at line 120 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::getPointerInfo().
| POINT tagPOINTER_INFO::ptPixelLocationRaw |
Definition at line 122 of file GHOST_WindowWin32.h.
| HANDLE tagPOINTER_INFO::sourceDevice |
Definition at line 118 of file GHOST_WindowWin32.h.