Results 14 comments of Micha Mettke

Hey @AntiBlueQuirk, thanks for your PR I tried it out and had a number of issues. Many are small and I will probably fix them before pulling. However there are...

> The multiline functions cutting off text is intentional. I added these new variants so that you can have text that only has manual line breaks. Ah OK. Could you...

Hey and thanks for your issue. if I understand you correctly you want a flag for nk_sdl_handle_event to indicate if nuklear used the given event or not? If so I...

> Actually, it turns out just checking nk_window_is_any_hovered(ctx) is enough for me. Sorry for the bother. Ah ok you meant that. Instead of `nk_window_is_any_hovered` I would recommend using `nk_item_is_any_active` which...