Interfaces
There are multiple interfaces available for interaction:
ISelectHandler β Interface to handle simple pointer inputs like OnSelectDown & OnSelectUp.
ISelectClickHandler β Interface to handle simple click inputs.
IFocusable β Interface to handle focus Enter/Exit.
ISwipeHandler β Interface to handle swipe gestures.
ITouchHandler β Interface to handler touch events on the trackpad.
IBackHandler β Interface to handle Back Button interaction.
IHomeHandler β Interface to handle Home Button interaction.
IMenuHandler β Interface to handle Menu Button interaction.
IVoiceHandler β Interface to handle Voice Button interaction.
IFn1Handler β Interface to handle Fn1 Button interaction.
IFn2Handler β Interface to handle Fn2 Button interaction.
IManipulationHandler β Interface to handle object Manipulation interactions. In Manipulation, you can grab an object and then perform actions like rotating, scaling, or dragging it from one place to another.
IRecenterHandler β Interface to handle Recenter Button interaction. Coming Soon!
ISpeechHandler β Interface to handle speech recognition. Coming Soon!
Last updated