Skip to content

Conversation

@clicky
Copy link
Contributor

@clicky clicky commented Apr 30, 2024

I'm using Eto more and more so I'm going to try and improve docs for things that confused me

/// <summary>
/// Occurs when a key has been pressed and is down
/// Occurs when a key has been pressed and is down.
/// Focus is required for this event to be raised. Ensure CanFocus is set to true.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CanFocus is only on a Drawable. Other controls intrinsically can get focus like TextBox, TextArea, DropDown, CheckBox, etc when they are Enabled


/// <summary>
/// Specifies a command to execute for a platform-specific command
/// Specifies a command to execute for a Mac platform-specific command
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would also be used for any other platform that has similar needs, not just Mac. Even though it is only useful for Mac at this point.

@clicky clicky closed this by deleting the head repository Mar 24, 2025
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

Successfully merging this pull request may close these issues.

2 participants