nuklear icon indicating copy to clipboard operation
nuklear copied to clipboard

window resize problem(i guess window focus) in android

Open mumin16 opened this issue 6 years ago • 2 comments

i guess, nuklear have window-control focus problem and window resize problem in android.

android-26 - arm64-8va https://www60.zippyshare.com/v/LBYDwae8/file.html

and it must have global scaling!

mumin16 avatar Jul 16 '19 18:07 mumin16

Hi @mumin16 (pun on Moomins?), it's great you're using Nuklear on Android.

It seems you're actually using some Lua bindings with SDL, but this repository is just for the core library (no bindings). Could you please report this issue (including the source code you're using) to the repository maintaining the Lua bindings you're using? We maintain just this core repository and don't know anything about development and/or maintenance of any bindings (except for referencing them from our README).

Btw. regarding scaling see https://github.com/vurtun/nuklear/issues/283#issuecomment-260983280 and maybe other threads like https://github.com/vurtun/nuklear/issues/123 as well.

If you wish to implement an extension to Nuklear (or maybe really a separate single header lib) adding support for multiplatform scaling (preferably inspired by the interface described in https://github.com/vurtun/nuklear/issues/283#issuecomment-271161978 ), I'm open to merge the pull in this core repository.

dumblob avatar Jul 16 '19 20:07 dumblob

Problem solving partly when i loaded large pixel font. But there is still window resize problem. How can i increase size of window resize control at the bottom right? is that a control? :) Actually, Nuklear need a function like ScaleAllSizes function in imgui...

mumin16 avatar Jul 22 '19 19:07 mumin16