Package com.jme3.input.vr.lwjgl_openvr
Class LWJGLOpenVRDigitalActionData
java.lang.Object
com.jme3.input.vr.lwjgl_openvr.LWJGLOpenVRDigitalActionData
This is a set of reusable parts that are used when accessing a digital action
 (Digital meaning something like a button press, that is either on or off)
- 
Constructor SummaryConstructorsConstructorDescriptionLWJGLOpenVRDigitalActionData(String actionName, long actionHandle, org.lwjgl.openvr.InputDigitalActionData actionData) 
- 
Method Summary
- 
Constructor Details- 
LWJGLOpenVRDigitalActionDatapublic LWJGLOpenVRDigitalActionData(String actionName, long actionHandle, org.lwjgl.openvr.InputDigitalActionData actionData) 
 
-