jasmeer

Results 3 issues of jasmeer

Hi Is it possible to attach menu to an image button? ` g.MenuBar().Layout( g.Menu("File").Layout(g.MenuItem(...)), g.ImageButton(...). // ---> how to attach a g.Menu(...) to this? .... ` Thanks Jasmeer

question
External Issue

Hi I get this error when building in Mac ``` ./scripts/build.sh # github.com/liamg/darktile/internal/app/darktile/hinters internal/app/darktile/hinters/hint_dmesg_timestamp.go:54:54: undefined: getUptime make: *** [build] Error 1 ``` It is MacOS Ventura 13.1 Thanks Jasmeer

Hi I want to capture key strokes only when canvas is clicked/active. I tried this and does't work. ``` var texture *g.Texture var text = "Hello, Gopher!" var canvasClicked bool...