spell-cards.love/0014-teach_key_release

5 lines
120 B
Plaintext

teach_key_release = function(key, scancode)
if Cursor_word then
edit.key_release(Cursor_word, key, scancode)
end
end