Skip to content

Expose MouseMoveEventArgs - #7049

Open
Aidenkrz wants to merge 1 commit into
space-wizards:masterfrom
Aidenkrz:Expose-MouseMove
Open

Aidenkrz wants to merge 1 commit into
space-wizards:masterfrom
Aidenkrz:Expose-MouseMove

Conversation

@Aidenkrz

Copy link
Copy Markdown
Contributor

please speed i need this

@Aidenkrz
Aidenkrz requested a review from DrSmugleaf as a code owner August 29, 2026 18:24
Comment on lines 61 to +62
public event Action<TextEditingEventArgs>? TextEditing { add { } remove { } }
public event Action<MouseMoveEventArgs>? MouseMove { add { } remove { } }
public event Action<MouseMoveEventArgs> MouseMove { add { } remove { } }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why was it made non-nullable? There's no guarantee when it's invoked that it has any subscribers.

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.

2 participants