VTK
Classes | Enumerations | Variables
vtkEventData.h File Reference
#include "vtkCommand.h"
Include dependency graph for vtkEventData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkEventData
 
class  vtkEventDataForDevice
 
class  vtkEventDataDevice3D
 
class  vtkEventDataButton3D
 
class  vtkEventDataMove3D
 

Enumerations

enum  vtkEventDataDevice {
  vtkEventDataDevice::Unknown = -1, vtkEventDataDevice::HeadMountedDisplay, vtkEventDataDevice::RightController, vtkEventDataDevice::LeftController,
  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
}
 

Variables

const int vtkEventDataNumberOfDevices
 
const int vtkEventDataNumberOfInputs
 

Enumeration Type Documentation

enum vtkEventDataDevice
strong

platform-independent event data structures

Enumerator
Unknown 
HeadMountedDisplay 
RightController 
LeftController 
NumberOfDevices 

Definition at line 25 of file vtkEventData.h.

Enumerator
Unknown 
Trigger 
TrackPad 
Joystick 
Grip 
ApplicationMenu 
NumberOfInputs 

Definition at line 37 of file vtkEventData.h.

enum vtkEventDataAction
strong
Enumerator
Unknown 
Press 
Release 
Touch 
Untouch 
NumberOfActions 

Definition at line 51 of file vtkEventData.h.

Variable Documentation

const int vtkEventDataNumberOfDevices
Initial value:

Definition at line 33 of file vtkEventData.h.

const int vtkEventDataNumberOfInputs
Initial value:

Definition at line 47 of file vtkEventData.h.