JMRSDK Development
v4.57
v4.57
  • Jio Mixed Reality SDK Documentation
    • Changelog
      • Upgrade Guide
    • Application Requirements
  • Device Information
    • JioGlass
    • JioDive
  • Supported Smartphones
  • Controller Specifications
    • Physical Controllers
    • External Gamepad
    • Virtual Controller
  • Getting Started
    • Development Platform
    • Setting Up Jio Mixed Reality Project in Unity
    • Video Tutorials
    • URP Support
      • Setting Up Your Project With URP
  • JMRSDK
    • JMRSDK Content
    • JMRMixedReality Prefab
    • System Dock
    • JMRRig
      • Local Rig
      • Setting Homepage (Quit functionality)
    • Webcast
  • Develop
    • Editor Emulator
    • JioGlass Controller Interactions
    • Cameras
    • Tesseract Mixed Reality UI Toolkits
    • In-app purchase
    • Examples
  • Interaction
    • Gaze Interaction
      • Gaze and Click
      • Gaze and Dwell
    • Interaction
      • Pointer Manager
        • Examples
      • Active Input Source
    • Interfaces
      • IFocusable
      • ISelectHandler
      • ISelectClickHandler
      • IBackHandler
      • IHomeHandler
      • IMenuHandler
      • IFn1Handler
      • IFn2Handler
      • ITouchHandler
      • ISwipeHandler
      • IManipulationHandler
    • Controller Input Actions
      • Touchpad - Touch
      • Touchpad - Swipe
      • Source Buttons
      • Manipulation
    • Actions
    • Device State
      • JioDive Device State
      • JioGlass Device State
      • Controller Device State
  • Tracking
    • Tracking
      • Coordinate System
    • Tracking Framework
      • TrackerManager Actions
        • Get Head Position
        • Get Head Rotation
        • Get Head Transform
      • TrackerManager Methods
        • Get Head Position
        • Get Head Rotation
        • Get Head Transform
    • Recenter
  • Building and Testing
    • Building to Target Device
      • Merging AndroidManifest
      • Performance Optimization
      • App optimization
    • Running your application
      • JioImmerse App For Jio Mixed Reality (JMR) Devices
      • Running the application
      • IPD Calibration
    • Licensing Journey In Android JioImmerse
    • Licensing Journey in iOS JioImmerse
  • Publish
    • Branding Guidelines
    • Signing your App
    • Publishing to Google Play Store
      • Play Store Upload Journey
    • Publishing to JioImmerse Developer Console
    • Publishing to Apple Store
    • iOS Deep linking
  • Capturing and Recording
    • Capture Videos and Screenshots
      • Capturing Screenshot/Videos using scrcpy
      • Capturing Screenshot/Videos using Vysor
  • Troubleshooting
    • FAQs - Develop
    • FAQs - Building to device
      • Gradle
      • FAQs - iOS
    • FAQs - Running and Publishing
    • Laser Point Not Visible
Powered by GitBook
On this page
  1. Interaction

Interfaces

Here are the multiple interfaces available for interaction:

Interface
JioGlass
JioDive
Global Listener
Description

IFocusable

Supported
Supported
Supported

Handle focus Enter/Exit

ISelectHandler

Supported
Supported
Supported

Handle simple pointer inputs like OnSelectDown & OnSelectUp

ISelectClickHandler

Supported
Not Supported
Supported

Handle simple click inputs

IBackHandler

Supported
Supported
Required

Handle Back Button interaction

IHomeHandler

Supported
Supported
Required

Handle Home Button interaction

IMenuHandler

Supported
Not Supported
Required

Handle Menu Button interaction

IFn1Handler

Supported
Not Supported
Required

Handle Fn1 Button interaction

IFn2Handler

Supported
Not Supported
Required

Handle Fn2 Button interaction

ISwipeHandler

Supported
Not Supported
Required

Handle swipe gestures

ITouchHandler

Supported
Not Supported
Required

Handle touch events on the trackpad

IManipulationHandler

Supported
Supported
Supported

Handle object Manipulation interactions. In Manipulation, you can grab an object and perform actions like rotating, scaling, or dragging it from one place to another

IScreenTouchHandler

Not Supported
Supported
Required

Handle screen touch interaction

Legend for the above table (JioGlass/JioDive)

Supported - The user can trigger the interface when interacting with the device.

Not Supported - The user can NOT trigger the interface when interacting with the device.

Legend for the above table (Global Listener)

Supported - You can use Global Listener to trigger the interface when not hovering on a collider, but is not mandatory and depends on the specific case.

Required - You need to use Global Listener to trigger the interface.

Not Required - Using Global Listener will not help with interface functionality.

See also

PreviousActive Input SourceNextIFocusable

Last updated 5 months ago

Global Listener

Manipulation

Device State

Manipulation
Device State
Global Listener