PointerInputService

Types

Link copied to clipboard
interface Listener
Link copied to clipboard
interface Preprocessor

Functions

Link copied to clipboard
abstract fun addListener(display: Display, listener: PointerInputService.Listener)
Link copied to clipboard
abstract fun addPreprocessor(display: Display, preprocessor: PointerInputService.Preprocessor)
Link copied to clipboard
abstract fun getCursor(display: Display): Cursor?
Link copied to clipboard
abstract fun getToolTipText(display: Display): String
Link copied to clipboard
abstract fun removeListener(display: Display, listener: PointerInputService.Listener)
Link copied to clipboard
abstract fun removePreprocessor(display: Display, preprocessor: PointerInputService.Preprocessor)
Link copied to clipboard
abstract fun setCursor(display: Display, cursor: Cursor?)
Link copied to clipboard
abstract fun setToolTipText(display: Display, text: String)