Display.getMaximalCursorSize

Gets the maximal size to use for cursors on display.

class Display
void
getMaximalCursorSize
(
out uint width
,
out uint height
)

Parameters

width uint

the return location for the maximal cursor width

height uint

the return location for the maximal cursor height

Meta