Kirill Posted January 12, 2019 Report Share Posted January 12, 2019 I found if I try to assign only "down" button: gwinAttachToggle(ghList1, BUTTON_ENTER, 0) Without assign "up" button. Click actually does not works. (Inside code I found that GLIST_FLG_SELECTED assign from element 0 to element1 but at the same time event "up" emitted too and it moves select flag from element 1 to element 0). It works correctly only if I assign both button: gwinAttachToggle(ghList1, BUTTON_ENTER, 0) gwinAttachToggle(ghList1, BUTTON_ESC, 1) Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted January 14, 2019 Report Share Posted January 14, 2019 Are you able to supply a patch (diff)? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now