natiny_input_get_mouse_captured

C
bool natiny_input_get_mouse_captured(void);

Returns whether mouse capture is enabled.

Returns

Type Description
bool true when the mouse is captured, false otherwise

Example

C
bool captured = natiny_input_get_mouse_captured();

Notes