Omar

Results 7 issues of Omar

This issue is to discuss the difference, and possible reconciliation, between mouse scrolling on different platforms and browsers. Relevant code: https://github.com/goxjs/glfw/blob/master/browser.go#L234 When run on desktop, the scroll wheel has a...

external

In comparison to the high level discussion of handling mouse wheel events in https://github.com/goxjs/glfw/issues/10 this issue is to look into specific instances of wheel event behavior. The basic issue is...

I saw this typo while reading the docs and wanted to fix it. While I was at it, I put this whole file through spellcheck and didn't find any other...

For crashes, it would be great if it showed the original error message rather than the original line number. So instead of: ``` File: /home/runner/work/cimgui-go/cimgui-go/cimgui/imgui/imgui.cpp, Line: 9932 exit status 1...

I've spent a good bit of time trying to work with fonts recently. First to just trying to load them, and then using them at different sizes and scales. I...

I noticed some odd behavior when the tooltip goes over the edge of the window. On Debian 12 (I can collect more info about my system if needed, but it's...

### Issue When running imgui code, anything that would cause a panic (e.g. indexing too high in a slice) will correctly cause the program to crash, but the real error...