Skip to content

CursorManager

@vimp-mp/types 2.0.1

Interface · Client API

Controls the CEF mouse cursor and reports its screen position.

ts
interface CursorManager

Members

getPosition

ts
getPosition(): Vec2

Returns the cursor position in client-window pixels.

hide

ts
hide(): void

Hides the CEF cursor.

show

ts
show(): void

Shows the CEF cursor.

VIMP developer documentation