Grasshopper API
GH_TrackerFrame Structure |
Represents a single frame in a mouse-tracker history.
A frame represents all relevant mouse and keyboard data at a given time.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)

The GH_TrackerFrame type exposes the following members.

Name | Description | |
---|---|---|
![]() | GH_TrackerFrame | Initializes a new instance of the GH_TrackerFrame class |

Name | Description | |
---|---|---|
![]() | Buttons |
The state of the mouse buttons of the frame.
|
![]() | Keys |
The state of the modifier keys (Contro, Shift and Alt) of the frame.
|
![]() | PositionControl |
The position (in control coordinates) of the frame.
|
![]() | PositionScreen |
The position (in screen coordinates) of the frame.
|
![]() | Tag |
Optional Tag object (to be supplied by user).
|
![]() | Time |
The time at which this frame was recorded.
|
