go-sdl2-examples icon indicating copy to clipboard operation
go-sdl2-examples copied to clipboard

This is where all go-sdl2 examples are stored

Results 2 go-sdl2-examples issues
Sort by recently updated
recently updated
newest added

When trying to compile examples/keyboard-input/keyboard-input.go, I get the following error: --- impossible type switch case: sdl.QuitEvent event (variable of type sdl.Event) cannot have dynamic type sdl.QuitEvent --- This is due...

I successfully compiled the so file but encountered an error while opening the example app: **For ARM architecture:** ![arm](https://user-images.githubusercontent.com/483547/202834800-51ea1a56-4dd9-4f10-829a-ae89940c4bd5.png) **For ARM64 architecture:** ![arm64](https://user-images.githubusercontent.com/483547/202834813-607058aa-c885-4178-a4d2-f92377334597.jpg)