Go to the source code of this file.
|
| enum | vtkEventDataDevice {
vtkEventDataDevice::Unknown = -1,
vtkEventDataDevice::HeadMountedDisplay,
vtkEventDataDevice::RightController,
vtkEventDataDevice::LeftController,
vtkEventDataDevice::GenericTracker,
vtkEventDataDevice::NumberOfDevices
} |
| | platform-independent event data structures More...
|
| |
| enum | vtkEventDataDeviceInput {
vtkEventDataDeviceInput::Unknown = -1,
vtkEventDataDeviceInput::Trigger,
vtkEventDataDeviceInput::TrackPad,
vtkEventDataDeviceInput::Joystick,
vtkEventDataDeviceInput::Grip,
vtkEventDataDeviceInput::ApplicationMenu,
vtkEventDataDeviceInput::NumberOfInputs
} |
| |
| enum | vtkEventDataAction {
vtkEventDataAction::Unknown = -1,
vtkEventDataAction::Press,
vtkEventDataAction::Release,
vtkEventDataAction::Touch,
vtkEventDataAction::Untouch,
vtkEventDataAction::NumberOfActions
} |
| |
◆ vtkEventDataDevice
platform-independent event data structures
| Enumerator |
|---|
| Unknown | |
| HeadMountedDisplay | |
| RightController | |
| LeftController | |
| GenericTracker | |
| NumberOfDevices | |
Definition at line 25 of file vtkEventData.h.
◆ vtkEventDataDeviceInput
| Enumerator |
|---|
| Unknown | |
| Trigger | |
| TrackPad | |
| Joystick | |
| Grip | |
| ApplicationMenu | |
| NumberOfInputs | |
Definition at line 38 of file vtkEventData.h.
◆ vtkEventDataAction
| Enumerator |
|---|
| Unknown | |
| Press | |
| Release | |
| Touch | |
| Untouch | |
| NumberOfActions | |
Definition at line 52 of file vtkEventData.h.
◆ vtkEventDataNumberOfDevices
◆ vtkEventDataNumberOfInputs