crazyBaboon
crazyBaboon
Hi, It should have joystick support, although depending on you backend (GLFW, SDL...), the implementation might be slightly different. For the GLFW backend, you can check https://www.glfw.org/docs/3.3/input_guide.html#joystick. Please close the...
This feat looks good - we need more of these! Thanks!
@ridams any other style?
Unfortunately, this issue is still unresolved.
@aganm good point. I have added three new colors to the checkbox, to make it independent from the radio button colors. I came up with another [solution](https://github.com/crazyBaboon/Nuklear/tree/fix_checkbox_appearance): Inactive:  Should this PR be merged, it is necessary...
I cannot reproduce this bug (using Nuklear version 4.9.6). Does this still happen? If it does, could anyone write down the steps to trigger it? Thanks!
Thanks @FrostKiwi ! This is looking good
Now we only need a plugin for GIMP :)
In order to add an horizontal "spacer", you could add an empty label to take the space of a button: nk_label(ctx, " ", NK_TEXT_LEFT);