Hello, I’m in a project that will mainly run under a Raspberry PI with Raspbean OS, almost every thing works well, but when i try:
it not works, the windowed mode not actives (I have tested on OSX, Ubuntu and Windows without problem)
another issue is that the mode:
engineParameters_["FullScreen"] = false;
engineParameters_["WindowWidth"] = 1024;
engineParameters_["WindowHeight"] = 768;
not works too (only in raspbean), neither windowed mode or screen resolution
I searched in the forum and found this:
but I don’t know if it is a os config issue or urho3d, some one may help me?