Myra
Myra copied to clipboard
Feature request: Panel mouse events
On panel / windows we have events like a KeyDown and MouseMoved events. I would like to request a MouseDown and MouseUp event that is triggerd when the user presses one of the mouse buttons somewhere within the window. The event should return which button is clicked and the relative position of the mouse, similar to the KeyDown event.
Every widget has such events already.
Use Desktop.Position for absolute mouse position.
And Desktop.Position - Bounds.Position for relative mouse position.
Okay, I will look into that