This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Invalid key constant error with Love2D 11.0 #22
Comments
Ive had this similar issue with lovedebug, but does this library modify the love.run? |
I did some stuff here: nyorem@26bf55d I don't know if it is the correct way of doing it or the most optimized one but it works for me. |
Does that fix the issue for mouse1 and such? |
Yes, it should. |
hello, @nyorem I'm still having the error with mouse1 at the line 194, do you know what could be? |
You may be right, I only tested for key presses. I'll look at it this evening. |
I suggest using |
I updated my fork to correctly handle the mouse. Tell me if it works @lcrabbit. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
According to the changelog
the check on line 171 will now error on Love2D 11.0 for
mouseX
keycodes.The text was updated successfully, but these errors were encountered: