Vasilij Schneidermann
Vasilij Schneidermann
Thanks, can confirm that this allows me to destroy widgets dynamically. Now I'm getting different kinds of mysterious failures instead in my wrapper code, will port it back to C...
Not really, I've only used IUP from Scheme.
> […]I think I'll simply calculate the time between the mouse press and release and if it is less than some amount, I'll fire the MouseClick. Note that doing it...
It's more like checking whether a mouse-down and mouse-up event happened on the same button, without any timeout going on.
Indeed, the code for that would likely interfere with dragging. Then, that would explain why you rarely if ever find applications that allow both clicking and dragging to happen with...
Is `KW_IsCursorOverWidget`/`KW_IsCursorPressedOnWidget`/`KW_IsCursorReleasedOnWidget` related to this discussion? I'm currently updating my bindings to the latest progress and not sure whether I should include these, too...
I see. Somewhat related, I've dabbled around with nuklear in the meantime and it happens to pass the choice to the user by providing an `NK_BUTTON_TRIGGER_ON_RELEASE` identifier one must define...
This is the indicator which is created every time the modeline is redrawn. This happens due to the calls to `format-spec` which work upon a temporary buffer. In fact, you...
Further notes can be seen in [evil.org](https://github.com/wasamasa/eyebrowse/blob/master/evil.org).