getScreenHeight function

int getScreenHeight()

Get current screen height.

Implementation

int getScreenHeight() {
  return library.GetScreenHeight();
}