VgaGames 3 - Event man-pages

[.. upper level ..]

VG3_gamecontroller_getinfo()

Returns information of a gamecontroller/joystick.
SYNTAX
int VG3_gamecontroller_getinfo(struct vg3_window *wstruct, int jid, struct vg3_gamecontroller *gcs)

FUNCTION PARAMETERS
wstruct Window-struct
jid Joystick-ID
gcs Address of gamecontroller-/joystick structure for returning information

RETURN VALUE
Returns integer: - 0: Joystick-ID not found - 1: OK

DESCRIPTION
Return information of a gamecontroller/joystick and fill in the parameter gcs.

SEE ALSO
VG3_gamecontroller_getall()