- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Samples - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["SampleInput"]
class Type type-node
Syntax
[HelpURL(FMStrings.DocsURLs.SamplesAPIDocumentation + "/" + nameof(SampleInput))]
public static class SampleInput
Attributes
| Type | Description |
|---|---|
| HelpURLAttribute |
Properties
| Name | Value | Summary |
|---|---|---|
| LeftMouseDown | bool |
Was the left mouse button pressed this frame?
static
|
| LeftMouseHold | bool |
Is the left mouse button currently being held down?
static
|
| MousePosition | Vector2 |
The current screen position of the mouse pointer.
static
|
| MousePositionDelta | Vector2 |
The amount that the mouse has moved since last frame.
static
|
| MouseScrollDelta | Vector2 |
The amount that the mouse scroll value has changed since last frame.
static
|
| RightMouseHold | bool |
Is the right mouse button currently being held down?
static
|