Lines Matching defs:direction
155 /** The number of changes of scan-code direction in the current
187 /** How many keys have not changed the direction? */
191 /** For detecting dvorak layouts - in which direction do the server's
193 this direction changes as an additional hint as to how likely this
195 int direction = 1;
197 determine the direction that the keycodes are running in. */
219 if (1 == direction) {
222 direction = -1;
226 if (1 != direction) {
229 direction = 1;