Skip to content

Commit 92a430a

Browse files
authored
Update README.md
1 parent af3d1d9 commit 92a430a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ One cool feature is that it supports multiple listeners of the same type, like `
3939

4040
`charCallbacks` is the `SortedMap` containing all the current callbacks
4141

42-
I've been chosen that so they can be easier ordered, the default callback has always this key `val defaultKey = "0 - default"`
42+
I've been chosen that so they can be easier ordered, the default callback has always this key:
43+
`val defaultKey = "0 - default"`
4344

4445
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!
4546

0 commit comments

Comments
 (0)