diff options
Diffstat (limited to 'include/input/InputDevice.h')
| -rw-r--r-- | include/input/InputDevice.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/input/InputDevice.h b/include/input/InputDevice.h index 7f0324a4a8..1955104a22 100644 --- a/include/input/InputDevice.h +++ b/include/input/InputDevice.h @@ -318,6 +318,8 @@ extern std::string getInputDeviceConfigurationFilePathByName( const std::string& name, InputDeviceConfigurationFileType type); enum ReservedInputDeviceId : int32_t { + // Device id assigned to input events generated inside accessibility service + ACCESSIBILITY_DEVICE_ID = -2, // Device id of a special "virtual" keyboard that is always present. VIRTUAL_KEYBOARD_ID = -1, // Device id of the "built-in" keyboard if there is one. |