VTK
9.0.1
|
#include "vtkCommand.h"
Go to the source code of this file.
Classes | |
class | vtkEventData |
class | vtkEventDataForDevice |
class | vtkEventDataDevice3D |
class | vtkEventDataButton3D |
class | vtkEventDataMove3D |
Enumerations | |
enum class | vtkEventDataDevice { Unknown = -1 , HeadMountedDisplay , RightController , LeftController , GenericTracker , NumberOfDevices } |
platform-independent event data structures More... | |
enum class | vtkEventDataDeviceInput { Unknown = -1 , Trigger , TrackPad , Joystick , Grip , ApplicationMenu , NumberOfInputs } |
enum class | vtkEventDataAction { Unknown = -1 , Press , Release , Touch , Untouch , NumberOfActions } |
Variables | |
const int | vtkEventDataNumberOfDevices = (static_cast<int>(vtkEventDataDevice::NumberOfDevices)) |
const int | vtkEventDataNumberOfInputs = (static_cast<int>(vtkEventDataDeviceInput::NumberOfInputs)) |
|
strong |
platform-independent event data structures
Enumerator | |
---|---|
Unknown | |
HeadMountedDisplay | |
RightController | |
LeftController | |
GenericTracker | |
NumberOfDevices |
Definition at line 25 of file vtkEventData.h.
|
strong |
Enumerator | |
---|---|
Unknown | |
Trigger | |
TrackPad | |
Joystick | |
Grip | |
ApplicationMenu | |
NumberOfInputs |
Definition at line 38 of file vtkEventData.h.
|
strong |
Enumerator | |
---|---|
Unknown | |
Press | |
Release | |
Touch | |
Untouch | |
NumberOfActions |
Definition at line 52 of file vtkEventData.h.
const int vtkEventDataNumberOfDevices = (static_cast<int>(vtkEventDataDevice::NumberOfDevices)) |
Definition at line 35 of file vtkEventData.h.
const int vtkEventDataNumberOfInputs = (static_cast<int>(vtkEventDataDeviceInput::NumberOfInputs)) |
Definition at line 49 of file vtkEventData.h.