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

Mac: Accept first mouse events on FloatingForm when active #2234

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Jun 2, 2022

When using a FloatingForm, all mouse events that you want should go to the controls on the form as long as the application is active, regardless whether the FloatingForm has focus. Otherwise, a Form would need to have focus to get any of these events other than any controls that can receive focus, such as a TextBox, or Drawable if it has CanFocus = true.

@cwensley cwensley added this to the 2.7.1 milestone Jun 2, 2022
@cwensley cwensley merged commit a1e422a into picoe:develop Jun 2, 2022
@cwensley cwensley deleted the curtis/mac-accept-first-mouse-on-floating-form branch June 2, 2022 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant