feat(indev): add possibility to enable/disable all input devices at once (#3179)
* add possibility to globally enable/disable all input devices * fix copy/paste error * merge lv_indev_globally_enable into lv_indev_enable * add missing simicolon * remove unused variable
This commit is contained in:
@@ -171,6 +171,7 @@ A new screen can be loaded with animation by using `lv_scr_load_anim(scr, transi
|
||||
Setting `auto_del` to `true` will automatically delete the old screen when the animation is finished.
|
||||
|
||||
The new screen will become active (returned by `lv_scr_act()`) when the animation starts after `delay` time.
|
||||
All inputs are disabled during the screen animation.
|
||||
|
||||
### Handling multiple displays
|
||||
Screens are created on the currently selected *default display*.
|
||||
|
||||
Reference in New Issue
Block a user