VgaGames4 - network man-pages

[.. upper level ..]

vg4->nw->mouse_position()

Return mouse-position of a client.

SYNTAX
void vg4->nw->mouse_position(int clnr, int *xpos, int *ypos)

FUNCTION PARAMETERS
clnr Client-number
xpos For returning x-position
ypos For returning y-position

DESCRIPTION
Return mouse-position of a client. This function similar to vg4->input->mouse_position() and shall be used for network-games.

SEE ALSO
vg4->input->mouse_position()