PointEx extension
Methods
Static Methods
-
getGlobalMousePosition(
) → Point< double> -
Available on Point<
Query the platform for the asynchronous mouse button state and the desktop-relative platform-cursor position.double> , provided by the PointEx extension -
getMousePosition(
) → Point< double> -
Available on Point<
Query SDL's cache for the synchronous mouse button state and the window-relative SDL-cursor position.double> , provided by the PointEx extension -
getRelativeMousePosition(
) → Point< double> -
Available on Point<
Query SDL's cache for the synchronous mouse button state and accumulated mouse delta since last call.double> , provided by the PointEx extension