UIDialog.ProcessButtonInput(Vector2, bool, bool) Method
Definition
Namespace: Brine2D.UI
Called by UICanvas to handle button input.
C#
internal bool ProcessButtonInput(System.Numerics.Vector2 mousePosition, bool isPressed, bool isReleased);
Parameters
mousePosition System.Numerics.Vector2
isPressed System.Boolean
isReleased System.Boolean