VgaGames4 - input man-pages

[.. upper level ..]

vg4->input->mouse_grabbing()

(Un)set mouse grabbing.

SYNTAX
VG_BOOL vg4->input->mouse_grabbing(VG_BOOL on)

FUNCTION PARAMETERS
on VG_TRUE = set grabbing, VG_FALSE = unset grabbing

DESCRIPTION
(Un)set mouse grabbing. If set, mouse can be catched and released in the window with [CTRL]+[Backspace]. If unset, mouse cannot be catched but used for the window.

SEE ALSO
vg4->input->mouse_position() vg4->input->mouse_warp()