VTK  9.2.6
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
 

Enumerations

enum  vtkEventDataDevice {
  vtkEventDataDevice::Unknown = -1, vtkEventDataDevice::HeadMountedDisplay, vtkEventDataDevice::RightController, vtkEventDataDevice::LeftController,
  vtkEventDataDevice::GenericTracker, vtkEventDataDevice::Any, vtkEventDataDevice::NumberOfDevices
}
 platform-independent event data structures More...
 
enum  vtkEventDataDeviceInput {
  vtkEventDataDeviceInput::Unknown = -1, vtkEventDataDeviceInput::Any, vtkEventDataDeviceInput::Trigger, vtkEventDataDeviceInput::TrackPad,
  vtkEventDataDeviceInput::Joystick, vtkEventDataDeviceInput::Grip, vtkEventDataDeviceInput::ApplicationMenu, vtkEventDataDeviceInput::NumberOfInputs
}
 
enum  vtkEventDataAction {
  vtkEventDataAction::Unknown = -1, vtkEventDataAction::Any, vtkEventDataAction::Press, vtkEventDataAction::Release,
  vtkEventDataAction::Touch, vtkEventDataAction::Untouch, vtkEventDataAction::NumberOfActions
}
 

Variables

const int vtkEventDataNumberOfDevices = (static_cast<int>(vtkEventDataDevice::NumberOfDevices))
 
const int vtkEventDataNumberOfInputs = (static_cast<int>(vtkEventDataDeviceInput::NumberOfInputs))
 

Enumeration Type Documentation

enum vtkEventDataDevice
strong

platform-independent event data structures

Enumerator
Unknown 
HeadMountedDisplay 
RightController 
LeftController 
GenericTracker 
Any 
NumberOfDevices 

Definition at line 25 of file vtkEventData.h.

Enumerator
Unknown 
Any 
Trigger 
TrackPad 
Joystick 
Grip 
ApplicationMenu 
NumberOfInputs 

Definition at line 39 of file vtkEventData.h.

enum vtkEventDataAction
strong
Enumerator
Unknown 
Any 
Press 
Release 
Touch 
Untouch 
NumberOfActions 

Definition at line 54 of file vtkEventData.h.

Variable Documentation

const int vtkEventDataNumberOfDevices = (static_cast<int>(vtkEventDataDevice::NumberOfDevices))

Definition at line 36 of file vtkEventData.h.

const int vtkEventDataNumberOfInputs = (static_cast<int>(vtkEventDataDeviceInput::NumberOfInputs))

Definition at line 51 of file vtkEventData.h.