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 Summary
ConstructorsConstructorDescriptionLWJGLOpenVRDigitalActionData(String actionName, long actionHandle, org.lwjgl.openvr.InputDigitalActionData actionData)  - 
Method Summary
 
- 
Constructor Details
- 
LWJGLOpenVRDigitalActionData
public LWJGLOpenVRDigitalActionData(String actionName, long actionHandle, org.lwjgl.openvr.InputDigitalActionData actionData)  
 -