cocoa: fix compile error caused by faulty merge
[skip ci]
This commit is contained in:
parent
2bde4d839a
commit
b8af5bf64f
|
|
@ -1615,7 +1615,7 @@ handle_key_event(NSEvent *event) {
|
|||
}
|
||||
cocoadisplay_cat.spam(false) << "\n";
|
||||
}
|
||||
_input->keystroke(c);
|
||||
_input_devices[0].keystroke(c);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue