Make InputEventShortcut always pressed
This commit is contained in:
parent
c12d63556b
commit
90a0b19301
2 changed files with 6 additions and 0 deletions
|
|
@ -1802,3 +1802,7 @@ String InputEventShortcut::to_string() {
|
|||
|
||||
return vformat("InputEventShortcut: shortcut=%s", shortcut->get_as_text());
|
||||
}
|
||||
|
||||
InputEventShortcut::InputEventShortcut() {
|
||||
pressed = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue