Philipp Lühmann
Philipp Lühmann
It would be great if one could customize the emulator keymap when bundling. A possible solution would be to pass a JSON config via a `--keybdings` option. The file could...
## The Problems I feel current mouse and touch input leaves things to be desired. These are the two most **critical problems** in my mind: 1. The mouse position remains...
Same as #81 just for `sdl2_image`
### Zig Version 0.14.0-dev.184+bf588f67d ### Steps to Reproduce and Observed Behavior **Create `bug.zig`** ```zig const std = @import("std"); export fn foo( position_x: i64, ) void { const start_x = @max(position_x,...