-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
ability to know some action ended #28
Comments
The |
That would be Great! |
lijy91
added a commit
that referenced
this issue
Mar 19, 2022
lijy91
added a commit
that referenced
this issue
Mar 19, 2022
Supported, will be released in the next version. (linux is not supported) /// Emitted once when the window has finished being resized.
///
/// @platforms macos,windows
void onWindowResized() {}
/// Emitted once when the window is moved to a new position.
///
/// @platforms macos,windows
void onWindowMoved() {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, my English skill is no good...
Currently, we don't know when the user operation ended:
If provide some extra parameters, it would be very helpful:
The text was updated successfully, but these errors were encountered: