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