EngoEngine / engo

Engo is an open-source 2D game engine written in Go.
https://engoengine.github.io
MIT License
1.73k stars 137 forks source link

Correctly build gamepads_empty.go for mobile. #805

Open brunoga opened 4 weeks ago

brunoga commented 4 weeks ago
brunoga commented 3 weeks ago

@Noofbiz any chance you can take a look at this one? This seems to be the last thing preventing code to compile for both android and iOS.

Noofbiz commented 1 week ago

The commas appear to be the issue. I think removing them again will make the builds succeed. Right now it's saying the new/old way don't match. If you get that in and it passes I'll push them through.

Thanks!