We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d9a75 commit d28dffbCopy full SHA for d28dffb
examples/games/arkanoid/main.go
@@ -81,7 +81,7 @@ func main() {
81
82
// For android
83
func init() {
84
- rl.SetCallbackFunc(main)
+ rl.SetMain(main)
85
}
86
87
// NewGame - Create a new game instance
examples/games/floppy/main.go
@@ -95,7 +95,7 @@ func NewGame() (g Game) {
95
96
// On Android this sets callback function to be used for android_main
97
98
99
100
101
func main() {
examples/others/android/example/main.go
@@ -16,7 +16,7 @@ const (
16
)
17
18
19
20
21
22
0 commit comments