VG3_discard_input()
Release all pushed keys/buttons/axes on keyboard and gamecontroller/joystick.SYNTAX
void
VG3_discard_input(struct vg3_window *wstruct)
FUNCTION PARAMETERS
wstruct | Window-struct |
DESCRIPTION
Releases pushed keys on keyboard and gamecontroller.
This function should be called always before and after a loop,
which contains VG3_inputevent_update().
SEE ALSO