getMouseY function

int getMouseY()

Get mouse position Y.

Implementation

int getMouseY() {
  return library.GetMouseY();
}