Searched refs:contAll (Results 1 – 2 of 2) sorted by relevance
121 Cont* contAll; in ReadCont() local127 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 …]
124 Cont* contAll; in ReadCont() local130 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 …]