-
Before i start i should probably mention that i'm very new to C++, so excuse my ignorance. Basicly i have a component which is made up of some gauges, i was hoping to render them every 60th of a second, but instead they only update/render when i move the mouse. ScreenInteractive doesn't seem to offer me a way to manually render a component and Screen only seems to render elements, not components.
Is the a way to override this. I could make them elements and just manually render them, but i'd like to use screeninterative as the rest of my components use it. Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This discussion #555 should answer your question. |
Beta Was this translation helpful? Give feedback.
This discussion #555 should answer your question.