aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/src/menu/UMenuInteract.pas
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/src/menu/UMenuInteract.pas')
-rw-r--r--cmake/src/menu/UMenuInteract.pas9
1 files changed, 9 insertions, 0 deletions
diff --git a/cmake/src/menu/UMenuInteract.pas b/cmake/src/menu/UMenuInteract.pas
index beb6bcef..7cb92025 100644
--- a/cmake/src/menu/UMenuInteract.pas
+++ b/cmake/src/menu/UMenuInteract.pas
@@ -39,6 +39,15 @@ type
Num: integer; // number of this item in proper list like buttons, selects
end;
+ { to handle the area where the mouse is over a control }
+ TMouseOverRect = record
+ X, Y: Real;
+ W, H: Real;
+ end;
+
+ { to handle the on click action }
+ TMouseClickAction = (maNone, maReturn, maLeft, maRight);
+
implementation
end.