-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added example for the Marmalade platform #368
Conversation
Giovanni,
Thanks! |
Hi Omar,
I tested the app on my samsung galaxy s5 and the resolution is too high (1920x1080 pixels) so widgets are nearly impossible to tap! How can I scale the UI? If you agree I can update to the code, test it and commit again before you merge the code. Please let me know. Thanks! |
Thanks again! |
Ok, I'll remove the clipboard size limitation handling dynamic memory allocation and also Adding Also I'll try do my best changing tabs to space. What about the correct way to "inform" ImGUI that I'm going to scale the UI ? Is there any member variable to set ? |
Sorry I missed on the scaling, there's no direct global scale, the simplest general way is to scale the font as you add it, and things will follow. It probably needs a global scale. |
Hi, I've ported your amazing library to the Marmalade platform, please consider to get it into your master.
Thank you
Giovanni Zito