osContReset.3p 630 Bytes
.TH osContReset 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
osContReset \- reset all game controllers
.SH SYNOPSIS
.nf
\f3
.Op c
#include <ultra64.h>
.sp .8v
s32 osContReset(OSMesgQueue \(**mq, OSContStatus \(**status);
.Op
\f1
.fi
.SH DESCRIPTION
The
.I osContReset
call resets all game controllers and returns all joysticks back to neutral
position.
It also returns game controller's status
back to
.I status.
The user must supply a block of memory large enough for 
.I MAXCONTROLLERS
structures of type
.I OSContStatus.
.SH "SEE ALSO"
osContInit (3P),
osContStartQuery (3P),
osContStartReadData (3P),
osContSetCh (3P)