change message.proto

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-07-19 07:33:35 +08:00
parent b17c6983ce
commit 31fc018526
3 changed files with 11 additions and 14 deletions

View File

@@ -122,13 +122,13 @@ message TouchEvent {
oneof union {
TouchScaleUpdate scale_update = 1;
}
repeated ControlKey modifiers = 2;
}
message PointerDeviceEvent {
oneof union {
TouchEvent touch_event = 1;
}
repeated ControlKey modifiers = 2;
}
message MouseEvent {