Add config option to disable input sources
This commit is contained in:
parent
836281441e
commit
f7278d8bed
6 changed files with 59 additions and 11 deletions
6
indev.h
6
indev.h
|
|
@ -27,8 +27,12 @@
|
|||
|
||||
/**
|
||||
* Auto-connect currently available keyboard, pointer and touchscreen input devices.
|
||||
*
|
||||
* @param keyboard if true, auto-connect keyboard devices
|
||||
* @param pointer if true, auto-connect pointer devices
|
||||
* @param touchscreen if true, auto-connect touchscreen devices
|
||||
*/
|
||||
void ul_indev_auto_connect();
|
||||
void ul_indev_auto_connect(bool keyboard, bool pointer, bool touchscreen);
|
||||
|
||||
/**
|
||||
* Check if any keyboard devices are connected.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue