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
Glfw.GetKeyName(Keys key, int scanCode) throws an internal NullReferenceException when specifying a key that is non-printable (eg. Keys.LeftControl). Description states the method returnes null instead. To fix this, changing
Awesome! Allow me to thank you for all the time you put into this - making bindings is a pain (I am one to talk, you would know xD), so this makes a lot of peoples life significantly easier. We appreciate it!
Glfw.GetKeyName(Keys key, int scanCode) throws an internal NullReferenceException when specifying a key that is non-printable (eg. Keys.LeftControl). Description states the method returnes null instead. To fix this, changing
to
should probably do the trick.
Side note: what are the plans on releasing the current/corrected version to nuget?
The text was updated successfully, but these errors were encountered: