crazyBaboon

Results 21 comments of 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...

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: ![Screenshot from...

This PR fails the checks because the folder structure is different so the C/C++ CI cannot find the files to compile. ![image](https://user-images.githubusercontent.com/19549703/164917880-d8554ddd-908f-4234-b087-8bfee72fa46a.png) 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);