| Package | Description |
|---|---|
| com.microej.android.application |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationSupport.onDisplayTearing(ApplicationDisplay display)
Handles the tearing signal of the current application display.
|
void |
ApplicationSupport.onPointerMove(ApplicationDisplay display,
int x,
int y)
Handles a pointer move of the current application display.
|
void |
ApplicationSupport.onPointerPress(ApplicationDisplay display,
int x,
int y)
Handles a pointer press of the current application display.
|
void |
ApplicationSupport.onPointerRelease(ApplicationDisplay display)
Handles a pointer release of the current application display.
|
void |
ApplicationSupport.setDisplay(ApplicationDisplay display)
Sets the current application display.
|
void |
ApplicationSupport.unsetDisplay(ApplicationDisplay display)
Unsets the current application display.
|