# Sandbox.Gizmo.Pressed

Access to the currently pressed path information

- Kind: class
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Properties

- [`Any`](/api/Sandbox.Gizmo.Pressed/Any): True if any object is currently pressed
- [`CursorDelta`](/api/Sandbox.Gizmo.Pressed/CursorDelta): The distance the cursor has travelled since press started
- [`CursorPosition`](/api/Sandbox.Gizmo.Pressed/CursorPosition): The cursor position at the start of the press
- [`IsActive`](/api/Sandbox.Gizmo.Pressed/IsActive): True if press is active. This generally means that the left mouse button is down
- [`Ray`](/api/Sandbox.Gizmo.Pressed/Ray): The ray representing the cursor direction
- [`This`](/api/Sandbox.Gizmo.Pressed/This): True if the current gizmo scope is pressed

## Methods

- [`ClearPath`](/api/Sandbox.Gizmo.Pressed/ClearPath)
