toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.system
/
PointerInputService
Pointer
Input
Service
common
interface
PointerInputService
Members
Types
Listener
Link copied to clipboard
common
interface
Listener
Preprocessor
Link copied to clipboard
common
interface
Preprocessor
Functions
add
Listener
Link copied to clipboard
common
abstract
fun
addListener
(
display
:
Display
,
listener
:
PointerInputService.Listener
)
add
Preprocessor
Link copied to clipboard
common
abstract
fun
addPreprocessor
(
display
:
Display
,
preprocessor
:
PointerInputService.Preprocessor
)
get
Cursor
Link copied to clipboard
common
abstract
fun
getCursor
(
display
:
Display
)
:
Cursor
?
get
Tool
Tip
Text
Link copied to clipboard
common
abstract
fun
getToolTipText
(
display
:
Display
)
:
String
remove
Listener
Link copied to clipboard
common
abstract
fun
removeListener
(
display
:
Display
,
listener
:
PointerInputService.Listener
)
remove
Preprocessor
Link copied to clipboard
common
abstract
fun
removePreprocessor
(
display
:
Display
,
preprocessor
:
PointerInputService.Preprocessor
)
set
Cursor
Link copied to clipboard
common
abstract
fun
setCursor
(
display
:
Display
,
cursor
:
Cursor
?
)
set
Tool
Tip
Text
Link copied to clipboard
common
abstract
fun
setToolTipText
(
display
:
Display
,
text
:
String
)