Add UUID to app list response
This commit is contained in:
@@ -45,7 +45,7 @@ namespace crypto {
|
||||
input_touch = _input << 1, // Allow touch input
|
||||
input_pen = _input << 2, // Allow pen input
|
||||
input_mouse = _input << 3, // Allow mouse input
|
||||
input_kbd = _input << 4, // Allow keyboard input
|
||||
input_kbd = _input << 4, // Allow keyboard input
|
||||
_all_inputs = input_controller | input_touch | input_pen | input_mouse | input_kbd,
|
||||
|
||||
_operation = _input << 8, // Operation permission group
|
||||
|
||||
Reference in New Issue
Block a user