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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ One cool feature is that it supports multiple listeners of the same type, like `
40
40
`charCallbacks` is the `SortedMap` containing all the current callbacks
41
41
42
42
I've been chosen that so they can be easier ordered, the default callback has always this key:
43
+
43
44
`val defaultKey = "0 - default"`
44
45
45
46
I actually asked for this multi-callback in the native glfw, but in the meanwhile we can already use it. And this is also faster because it's all on the jvm!
0 commit comments