sokoban.love/0015-on.key_release

5 lines
154 B
Plaintext
Raw Normal View History

2023-11-15 14:06:56 +00:00
on.key_release = function(key, scancode)
if Current_pane.editor_state.cursor_x then
edit.key_release(Current_pane.editor_state, key, scancode)
end
2023-11-15 14:06:56 +00:00
end