Package gaiasky.gui
Class OpenXRListener
java.lang.Object
gaiasky.gui.OpenXRListener
- All Implemented Interfaces:
IObserver
,XrInputListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
accept
(boolean value, XrControllerDevice device) boolean
cameraMode
(boolean value, XrControllerDevice device) boolean
move
(com.badlogic.gdx.math.Vector2 value, XrControllerDevice device) void
Event notification call.boolean
rotate
(boolean value, XrControllerDevice device) boolean
select
(float value, XrControllerDevice device) boolean
showUI
(boolean value, XrControllerDevice device) void
update()
-
Constructor Details
-
OpenXRListener
-
-
Method Details
-
update
public void update() -
showUI
- Specified by:
showUI
in interfaceXrInputListener
-
accept
- Specified by:
accept
in interfaceXrInputListener
-
cameraMode
- Specified by:
cameraMode
in interfaceXrInputListener
-
rotate
- Specified by:
rotate
in interfaceXrInputListener
-
move
- Specified by:
move
in interfaceXrInputListener
-
select
- Specified by:
select
in interfaceXrInputListener
-
notify
Description copied from interface:IObserver
Event notification call.
-