You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2018. It is now read-only.
Here we also have some issues, the first one is get/setKeyRepeat, now get is has but also the argument passed and returned to/from the function changed from delay, interval to just enabled.
love.keypressed doesnt support the unicode value anymore, but instead they added love.textinput, maybe we could change do something like love.keypressed("",string.byte(t)) inside textinput or something like that, need to think more about this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here we also have some issues, the first one is
get/setKeyRepeat
, nowget
ishas
but also the argument passed and returned to/from the function changed fromdelay, interval
to justenabled
.love.keypressed
doesnt support the unicode value anymore, but instead they addedlove.textinput
, maybe we could change do something likelove.keypressed("",string.byte(t))
insidetextinput
or something like that, need to think more about this.The text was updated successfully, but these errors were encountered: