We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ad645 commit fdde1a8Copy full SHA for fdde1a8
editor/src/messages/input_mapper/utility_types/input_mouse.rs
@@ -76,7 +76,7 @@ pub struct EditorMouseState {
76
77
impl EditorMouseState {
78
pub fn from_keys_and_editor_position(keys: u8, editor_position: EditorPosition) -> Self {
79
- // TODO: Some graphic tablets send key codes not mentioned in the spec. In the future we would like to support these as well.
+ // TODO: Some graphic tablets send key codes not mentioned in the spec. In the future we would like to support these as well.
80
let mouse_keys = MouseKeys::from_bits_truncate(keys);
81
82
Self {
0 commit comments