Home | History | Annotate | Download | only in proto

Lines Matching full:optional

23   optional bool pressed = 2;
28 optional uint32 usb_keycode = 3;
31 optional uint32 lock_states = 4 [default = 0];
38 optional string text = 1;
53 optional int32 x = 1;
54 optional int32 y = 2;
57 optional MouseButton button = 5;
58 optional bool button_down = 6;
63 optional float wheel_delta_x = 7;
64 optional float wheel_delta_y = 8;
65 optional float wheel_ticks_x = 9;
66 optional float wheel_ticks_y = 10;
69 optional int32 delta_x = 11;
70 optional int32 delta_y = 12;
77 optional string mime_type = 1;
80 optional bytes data = 2;