inpGetMouseY

Returns current mouse cursor Y coordinate in window space. Takes no parameters. Returns integer Y position (vertical pixel coordinate, 0=top edge of window).

Input

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Int

Quick Summary

Returns current mouse cursor Y coordinate in window space. Takes no parameters. Returns integer Y position (vertical pixel coordinate, 0=top edge of window).

Technical Exegesis...

Returns current mouse cursor Y coordinate in window space. Takes no parameters. Returns integer Y position (vertical pixel coordinate, 0=top edge of window). Queries mouse cursor position relative to window client area, updates automatically each frame.

Coordinate system: 0=top edge of window (minimum Y), increases downward (positive direction, standard screen coordinates), window height-1=bottom edge (maximum Y, e.g.

Example

Example.bam
; No example implemented yet