diff options
| author | 2024-06-08 20:03:38 +0000 | |
|---|---|---|
| committer | 2024-06-08 20:03:38 +0000 | |
| commit | aa8e0640e68c596ac71a1369803c90def78eb7eb (patch) | |
| tree | 7ee867ff3cad2fc711066d728c9f74818f994a8a /include/android/input.h | |
| parent | 61eb25360c8e43ce7a4d124aac7b34b62b611d73 (diff) | |
| parent | 2e73b2a3aae5f9e5a3d649139aad01921da7bfba (diff) | |
Merge changes I02bc2802,I52773be9 into main
* changes:
Implement basic functionality for rust keyboard classifier
Implement KeyboardClassifier interface in rust
Diffstat (limited to 'include/android/input.h')
| -rw-r--r-- | include/android/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/android/input.h b/include/android/input.h index fec56f02f9..ee98d7aee9 100644 --- a/include/android/input.h +++ b/include/android/input.h @@ -1002,7 +1002,6 @@ enum { * Keyboard types. * * Refer to the documentation on android.view.InputDevice for more details. - * Note: When adding a new keyboard type here InputDeviceInfo::setKeyboardType needs to be updated. */ enum { /** none */ |