JxrPlatformAdapter.InputEventListener


@FunctionalInterface
public interface JxrPlatformAdapter.InputEventListener


Interface for Input listener.

Summary

Public methods

abstract void

Called when an input event occurs.

Public methods

onInputEvent

Added in 1.0.0-alpha03
abstract void onInputEvent(@NonNull JxrPlatformAdapter.InputEvent event)

Called when an input event occurs.

Parameters
@NonNull JxrPlatformAdapter.InputEvent event

The input event that occurred.