Dmitry Hrabrov

Results 10 comments of Dmitry Hrabrov

+1 for resolutions list https://groups.google.com/forum/#!topic/maru-os/rTTFJ0PnfGk

As I remember, both SDL2 and GLFW could be used with emscripten. Visuals will be the same. GLFW do not have a sound, so SDL implementation will be better tested....

Should be. I can't answer you correctly, I didn't investigated the question a lot.

Yes, it could be specific problem of GDI+. I did not used this event on GDI+ heavily... I would have a look at it a bit later.

The problem is probably somewhere in the event processing: Function `nkc_poll_events`, call of `PeekMessageW` https://github.com/DeXP/nuklear_cross/blob/master/nkc_frontend/nkc_gdip.h#L305 The event is just not replaced by `WM_KEYDOWN`.

Ошибка воспроизводится только в Gvim. В консольной версии всё работает нормально

@pascualle , does your version based on most modern Nuklear? `NK_UINT_MAX` was changed some weeks after my Habrahabr's publication. Was version merging correct?

Nope, just the function for desktop size. `NK_API int nkc_get_desktop_size(struct nkc* nkcHandle, int* width, int* height);` The idea behind this is - you are creating the window. You are passing...

Aha. Thank you for the idea and Windows code. I'm not sure when I'll get back to Nuclear_cross. But I'll have the function in my TODO-list.

Could be. Antiviruses hate executable compression. I had to cancel it for Winter Novel: https://steamcommunity.com/sharedfiles/filedetails/?id=781407302 Which antivirus do you use?