The HasPressed
property is a static boolean property of the Gizmo
class in the Sandbox namespace. It indicates whether any gizmo has been pressed. However, this property is marked as obsolete and should not be used in new code. Instead, use Gizmo.Pressed.Any
to check if any gizmo is pressed.