lace.events: Fix bugs.

This commit is contained in:
Rod Kay
2024-10-30 11:39:32 +11:00
parent 2a17b624c1
commit c70aec24f2
10 changed files with 93 additions and 35 deletions

View File

@@ -76,6 +76,7 @@ is
type sprite_click_down_Event is new lace.Event.item with
record
Sprite : gel.sprite_Id;
mouse_Button : gel.Mouse.Button_Id;
world_Site : math.Vector_3;
end record;
@@ -83,6 +84,7 @@ is
type sprite_click_up_Event is new lace.Event.item with
record
Sprite : gel.sprite_Id;
mouse_Button : gel.Mouse.Button_Id;
world_Site : math.Vector_3;
end record;