lite-xl/data
Guldoman 9de75988ba
Send `mouseleft` event when the mouse leaves the window (#928)
* Send `mouseleft` event when the mouse leaves the window

* Call `View:on_mouse_left` when the mouse leaves the `View`

Previously `View:on_mouse_left` was called only when the mouse left the
window, and it was called on every visible `View`.

Now it gets also called when the mouse "changes" `View`, and only the
last `View` the mouse was on will receive the event.
2022-04-28 21:50:34 -04:00
..
colors Add textadept theme and correct language_lua just a bit 2021-08-11 23:33:00 +02:00
core Send `mouseleft` event when the mouse leaves the window (#928) 2022-04-28 21:50:34 -04:00
fonts Use FiraSans regular for UI 2021-05-27 13:49:33 +02:00
plugins TreeView Changes (#898) 2022-04-26 18:29:05 -04:00