mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04:00
input: mouse events
This commit is contained in:
parent
1a341a56cc
commit
a102ff09f9
4 changed files with 103 additions and 6 deletions
|
|
@ -182,6 +182,11 @@ struct terminal {
|
|||
struct rgba foreground;
|
||||
struct rgba background;
|
||||
|
||||
struct {
|
||||
int x;
|
||||
int y;
|
||||
} mouse;
|
||||
|
||||
struct cursor cursor;
|
||||
struct cursor saved_cursor;
|
||||
struct cursor alt_saved_cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue