Lines Matching full:or
20 - `LV_INDEV_TYPE_POINTER` touchpad or mouse
21 - `LV_INDEV_TYPE_KEYPAD` keyboard or keypad
29 ### Touchpad, mouse or any pointer
52 ### Keypad or keyboard
54 Full keyboards with all the letters or simple keypads with a few navigation buttons belong here.
69 data->key = last_key(); /*Get the last pressed or released key*/
109 This is especially handy if you have only few buttons available, or you want to use other buttons i…
112 - `LV_KEY_ENTER` will simulate press or pushing of the encoder button
126 data->key = last_key(); /*Get the last pressed or released key*/
144 ``` important:: The points_array can't go out of scope. Either declare it as a global variable or …
185 …splay. By default, a new input device is added to the last display created or explicitly selected …