Can a single window app skip checking the window ID? #3152
-
Hello, I'm working on an application that is only going to have one rendering window. Is it safe to assume that any WindowEvent sent to the app from the OS is destined for that window and checking WindowID inside the WindowEvent handler is unnecessary? |
Beta Was this translation helpful? Give feedback.
Answered by
kchibisov
Oct 16, 2023
Replies: 1 comment 1 reply
-
It should be safe. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kchibisov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be safe.