Class ActionSet
java.lang.Object
gaiasky.vr.openxr.input.actionsets.ActionSet
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
GaiaSkyActionSet
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactions()
void
attachToSession
(XrDriver driver, org.lwjgl.system.MemoryStack stack) Attaches this (and only this) action set to the session in the driver.final void
close()
final void
createHandle
(XrDriver driver) final void
abstract void
final org.lwjgl.openxr.XrActionSet
boolean
void
-
Field Details
-
driver
-
name
-
localizedName
-
-
Constructor Details
-
ActionSet
-
-
Method Details
-
actions
-
shouldSync
public boolean shouldSync() -
getDefaultBindings
-
sync
-
createHandle
-
attachToSession
Attaches this (and only this) action set to the session in the driver.- Parameters:
driver
- The driver.stack
- The memory stack.
-
getHandle
public final org.lwjgl.openxr.XrActionSet getHandle() -
destroyHandles
public final void destroyHandles() -
close
public final void close()- Specified by:
close
in interfaceAutoCloseable
-