VG3_mouserelease()
Define keyboard-key for releasing mouse out of the window.SYNTAX
void
VG3_mouserelease(struct vg3_window *wstruct,
int kbidx)
FUNCTION PARAMETERS
wstruct | Window-struct |
kbidx | Key: one of the values of VGAG3_KEYS |
DESCRIPTION
Define keyboard-key for releasing mouse out of the window.
The default key is the delete key.
If kbidx is VGAG3_KEY_NOKEY, the mouse will be released at once,
and catching it in the window is no more possible.