Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/wm_event_types.h
| Show First 20 Lines • Show All 285 Lines • ▼ Show 20 Lines | #endif | ||||
| NDOF_BUTTON_10, | NDOF_BUTTON_10, | ||||
| /* more general-purpose buttons */ | /* more general-purpose buttons */ | ||||
| NDOF_BUTTON_A, | NDOF_BUTTON_A, | ||||
| NDOF_BUTTON_B, | NDOF_BUTTON_B, | ||||
| NDOF_BUTTON_C, | NDOF_BUTTON_C, | ||||
| /* the end */ | /* the end */ | ||||
| NDOF_LAST, | NDOF_LAST, | ||||
| /* VR Viewport transform event */ | |||||
| EVT_HMD_TRANSFORM, | |||||
| /* ********** End of Input devices. ********** */ | /* ********** End of Input devices. ********** */ | ||||
| /* ********** Start of Blender internal events. ********** */ | /* ********** Start of Blender internal events. ********** */ | ||||
| /* XXX Those are mixed inside keyboard 'area'! */ | /* XXX Those are mixed inside keyboard 'area'! */ | ||||
| /* System: 0x010x */ | /* System: 0x010x */ | ||||
| INPUTCHANGE = 0x0103, /* input connected or disconnected */ | INPUTCHANGE = 0x0103, /* input connected or disconnected */ | ||||
| WINDEACTIVATE = 0x0104, /* window is deactivated, focus lost */ | WINDEACTIVATE = 0x0104, /* window is deactivated, focus lost */ | ||||
| ▲ Show 20 Lines • Show All 151 Lines • Show Last 20 Lines | |||||