Skip to content
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

questions regarding event loop #2901

Closed
sancelot opened this issue Nov 21, 2019 · 1 comment
Closed

questions regarding event loop #2901

sancelot opened this issue Nov 21, 2019 · 1 comment

Comments

@sancelot
Copy link

I am used too make a window refresh only if needed .
meaning when there are some user input event or mouse event.

It looks like it is redisplayed on a regular refresh rate.

Is it possible to avoid it ?

@ocornut
Copy link
Owner

ocornut commented Nov 21, 2019

Didn't follow requested guidelines or issue template.

  • Please make sure you have read the guidelines.
  • Please edit your post (don't create a new post) with the Issue Template shown in "New Issue" and reply here when edited.

Closing.

EDIT The general answer is that you probably shouldn't really care unless you've done measurement and understand the cost of dear imgui. The whole library is based on a whole different paradigm than other toolkits.

Linking to #2268, #2749,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants