rat-event 0.12.0

ratatui event handler trait for widgets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 0.12.0


* Add trait UsedEvent to enable layering of widgets. Provides the
  information whether an event has been consumed by a inner layer.

# 0.11.0


* Add utils for row_at_clicked, column_at_clicked, row_at_drag, column_at_drag.

# 0.10.0


* Fix handle() to take a &Event instead of an Event. This was so in the
  original, but I was too clever. In general event types are not necessarily
  Copy but read only, so `&` should be fine.

# 0.9.0


Initial release.