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:
Viatorus
2022-03-21 14:53:40 +01:00
committed by GitHub
parent fcf833f9af
commit 962d374791
3 changed files with 14 additions and 4 deletions

View File

@@ -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*.