Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/paddemo/src/
Dcont.c121 Cont* contAll; in ReadCont() local
127 contAll = &Conts[PAD_MAX_CONTROLLERS]; in ReadCont()
128 contAll->err = PAD_ERR_NO_CONTROLLER; in ReadCont()
138 contAll->err = PAD_ERR_NONE; in ReadCont()
142 if (contAll->err == PAD_ERR_NO_CONTROLLER) in ReadCont()
144 contAll->err = PAD_ERR_TRANSFER; in ReadCont()
151 if (contAll->err == PAD_ERR_NO_CONTROLLER) in ReadCont()
153 contAll->err = PAD_ERR_NOT_READY; in ReadCont()
168 contAll->buttonLast = contAll->button; in ReadCont()
169 contAll->button = contAll->down = contAll->up = contAll->repeat = 0; in ReadCont()
[all …]
/RvlSDK-2.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 …]