VgaGames 3 - Event man-pages

[.. upper level ..]

VG3_inputevent_update()

Retrieve events of input-devices.
SYNTAX
int VG3_inputevent_update(struct vg3_window *wstruct)

FUNCTION PARAMETERS
wstruct Window-struct

RETURN VALUE
Returns integer: - 0: OK - 1: Got request for closing the window and exiting the game

DESCRIPTION
This function should be called once a loop to retrieve new events of input-devices.

SEE ALSO
VG3_discard_input()