Lines Matching full:keys
44 uchar flags; /* active state keys (FLAGS_...) */
48 int prev_keycodes[INPUT_BUFFER_LEN]; /* keys held last time */
49 int num_prev_keycodes; /* number of prev keys */
56 * @return 0 if no keys read, otherwise number of keys read, or 1 if
83 * internal list of depressed keys is maintained by the input library. Then
87 * This function looks after maintenance of the list of active keys, and calls
112 * Test if keys are available to be read
115 * @return 0 if no keys available, 1 if keys are available
149 * Generally the input library handles processing of a list of scanned keys.
150 * Repeated keys need to be generated based on a timer in this case, since all
151 * that is provided is a list of keys current depressed.
158 * @param allow_repeats true to repeat depressed keys every time