Home
last modified time | relevance | path

Searched refs:contAll (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1/build/demos/paddemo/src/
Dcont.c125 Cont* contAll; in ReadCont() local
131 contAll = &Conts[PAD_MAX_CONTROLLERS]; in ReadCont()
132 contAll->err = PAD_ERR_NO_CONTROLLER; in ReadCont()
142 contAll->err = PAD_ERR_NONE; in ReadCont()
146 if (contAll->err == PAD_ERR_NO_CONTROLLER) in ReadCont()
148 contAll->err = PAD_ERR_TRANSFER; in ReadCont()
156 if (contAll->err == PAD_ERR_NO_CONTROLLER) in ReadCont()
158 contAll->err = PAD_ERR_NOT_READY; in ReadCont()
173 contAll->buttonLast = contAll->button; in ReadCont()
174 contAll->button = contAll->down = contAll->up = contAll->repeat = 0; in ReadCont()
[all …]
/RvlSDK-3.1/build/demos/carddemo/src/
Dcont.c124 Cont* contAll; in ReadCont() local
130 contAll = &Conts[PAD_MAX_CONTROLLERS]; in ReadCont()
131 contAll->err = PAD_ERR_NO_CONTROLLER; in ReadCont()
141 contAll->err = PAD_ERR_NONE; in ReadCont()
145 if (contAll->err == PAD_ERR_NO_CONTROLLER) in ReadCont()
147 contAll->err = PAD_ERR_TRANSFER; in ReadCont()
154 if (contAll->err == PAD_ERR_NO_CONTROLLER) in ReadCont()
156 contAll->err = PAD_ERR_NOT_READY; in ReadCont()
171 contAll->buttonLast = contAll->button; in ReadCont()
172 contAll->button = contAll->down = contAll->up = contAll->repeat = 0; in ReadCont()
[all …]