Improve events handling

This commit is contained in:
gingerBill
2022-05-09 22:08:14 +01:00
parent 6f1cc3946b
commit 205aa10b88
2 changed files with 22 additions and 19 deletions
-2
View File
@@ -182,7 +182,6 @@ Event_Phase :: enum u8 {
Bubbling_Phase = 3,
}
Event :: struct {
kind: Event_Kind,
target_kind: Event_Target_Kind,
@@ -231,7 +230,6 @@ Event :: struct {
offset: [2]i64,
page: [2]i64,
movement: [2]i64,
using pos: [2]i64,
ctrl: bool,
shift: bool,