-
- All Implemented Interfaces:
public class VREventTypes
The types of VR Events.
-
-
Field Summary
Fields Modifier and Type Field Description private final static EventTypeRegistry<VREvent, VRImpl>
registry
public final static EventType<DirectionChangeEvent>
DIRECTIONCHANGE
public final static EventType<StereoChangeEvent>
STEREOCHANGE
public final static EventType<StateChangeEvent>
STATECHANGE
-
Method Summary
Modifier and Type Method Description static EventTypeRegistry<VREvent, VRImpl>
getRegistry()
-
-
Method Detail
-
getRegistry
static EventTypeRegistry<VREvent, VRImpl> getRegistry()
-
-
-
-