AllenDang / giu

Cross platform rapid GUI framework for golang based on Dear ImGui.
MIT License
2.28k stars 132 forks source link

InputHandler: Temporary disable input handler #780

Closed gucio321 closed 7 months ago

gucio321 commented 7 months ago

fix #754

At this time I have no good idea for fix on this, but because this causes that giu is useless, I've decided to disable very specific part of the framework that is not essential

gucio321 commented 7 months ago

I took a look at imgui implementation of these shortcuts, and found out that it is possible to use this method from imgui. What we need is to use it before calling any imgui stuff.