PointEx extension

on

Methods

calloc() Pointer<SdlFPoint>

Available on Point<double>, provided by the PointEx extension

callocInt() Pointer<SdlPoint>

Available on Point<double>, provided by the PointEx extension

Static Methods

getGlobalMousePosition() Point<double>

Available on Point<double>, provided by the PointEx extension

Query the platform for the asynchronous mouse button state and the desktop-relative platform-cursor position.
getMousePosition() Point<double>

Available on Point<double>, provided by the PointEx extension

Query SDL's cache for the synchronous mouse button state and the window-relative SDL-cursor position.
getRelativeMousePosition() Point<double>

Available on Point<double>, provided by the PointEx extension

Query SDL's cache for the synchronous mouse button state and accumulated mouse delta since last call.