Home
last modified time | relevance | path

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

/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dgetchar.c97 return 0 <= JoyCharFindIn (ch, pTES->JoyLower, pTES->JoyRegLength); in JoyCharIsLower()
115 pTES->JoyRegLength); in JoyCharToUpper()
124 pTES->JoyRegLength); in JoyCharToLower()
163 &pTES->JoyRegLength); in DoTextEntry()
167 if (lwlen != pTES->JoyRegLength) in DoTextEntry()
169 if (lwlen < pTES->JoyRegLength) in DoTextEntry()
170 pTES->JoyRegLength = lwlen; in DoTextEntry()
173 pTES->JoyRegLength); in DoTextEntry()
H A Dcontrols.h148 int JoyRegLength; member