Display.getMaximalCursorSize

Gets the maximal size to use for cursors on display. Since 2.4

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

Parameters

width uint

the return location for the maximal cursor width. out

height uint

the return location for the maximal cursor height. out

Meta