public interface DisplayListener
Modifier and Type | Method and Description |
---|---|
void |
displayChanged()
Function to call when the display needs to be updated.
|
int |
getDisplayHeight()
Function to call to obtain the display height.
|
int |
getDisplayWidth()
Function to call to obtain the display width.
|
void displayChanged()
int getDisplayWidth()
int getDisplayHeight()
Copyright © 2019 Kevin Lamonte. Licensed MIT.