dumblob
dumblob
@tanis2000 that's good news - any link to a web app you're testing it with?
@r0polach do I understand this correctly in that you want the notifications to **never** disappear from the Android's notification drop-down unless **explicitly** clicked on by the user (or dismissed by...
I am totally raising my hand for this.
@adiig7 are you still in a position to work on this or not any more?
Assuming you're trying to modify the `demo/sdl_opengl3/main.c`, you have to write everything between `nk_begin()` and `nk_end()`, otherwise it won't work.
Feel free to make a PR for a change. In this case I'm not sure whether there are some differences between different versions of macOS as we already introduced exceptions...
Take one of the [demos](https://github.com/vurtun/nuklear/tree/master/demo ), modify it to react to your chosen key shortcuts and act on the shortcut e.g. by traversing the tree of all objects widgets and...
> but I still blind to how make the other widget like button/combobox to get focus like in the win32 application and how to transversing the tree of all objects,...
Unfortunately this functionality is necessary if one wants to plan cross-family events or just if someone has a bit more turbulent job (as I do). It allows to rapidly even...
@KeyWeeUsr I think there is a simple and reliable (even though really weird) solution - see e.g. the example in http://stackoverflow.com/a/10608327 : ~~~~make ifneq (,$(findstring /cygdrive/,$(PATH))) UNAME := Cygwin else...