public interface InternalDisplayListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onPointerMove(int x,
int y)
Handles a pointer move of the application display.
|
void |
onPointerPress(int x,
int y)
Handles a pointer press of the application display.
|
void |
onPointerRelease()
Handles a pointer release of the application display.
|
void |
onTearing()
Handles the tearing signal of the application display.
|
default void onPointerMove(int x,
int y)
x - the x coordinate of the pointer.y - the y coordinate of the pointer.void onPointerPress(int x,
int y)
x - the x coordinate of the pointer.y - the y coordinate of the pointer.void onPointerRelease()
void onTearing()