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
`nCharCallback` where `n` stays for native is the only and real callback
37
+
38
+
`charCallback` is just a comfortable interface to automatically set/get a single callback
39
+
40
+
`charCallbacks` is the `SortedMap` containing all the current callbacks
41
+
42
+
I've been chosen that so they can be easier ordered, the default callback has always this key:
43
+
44
+
`val defaultKey = "0 - default"`
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!
47
+
25
48
Plus some other small utils like:
26
49
- methods for allocating very easily many different type of buffers from a lot of different data type, such as different arrays and so on.
27
50
- an cap class for a deep and complete resume about a machine opengl capabilities
0 commit comments