TotallyGamerJet

Results 7 issues of TotallyGamerJet

I see that in the README it lists Go's byte and int8 as a C char. However, the [Go spec](https://golang.org/ref/spec#Numeric_types) says, > byte alias for uint8 Since uint8 is from...

Given the following C code: ``` struct hello { struct inside { int x; } stuff; }; ``` I get this Go code: ``` package main type hello struct {...

bug

### Ebitengine Version @d15b12b4 ### Operating System - [ ] Windows - [X] macOS - [ ] Linux - [ ] FreeBSD - [ ] OpenBSD - [ ] Android...

bug
os:macos

On MacOS when using stage manager and calling `glfwIconifyWindow` the window goes into the side panel and not the system tray which is desired behavior. I then want to check...

macOS

`Pick match/matches` requires that an identifier be present not the literal token `identifier`