Strawberry.Input Namespace
Documentation for types in the Strawberry.Input namespace.
Enums
| Type | Description |
|---|---|
Strawberry.Input.Keys |
Specifies key codes and modifiers. |
Strawberry.Input.PointerButtons |
The possible pointer buttons of a pointing device For a mouse this is the left, right and middle button This enumeration supports a bitwise combination of its member values. |
Interfaces
| Type | Description |
|---|---|
Strawberry.Input.IGesture |
Not implemented yet. It will be used for gesture recognition on touch devices |
Strawberry.Input.IInputManager |
The manager that handles all user input in the game |
Strawberry.Input.IKeyboard |
Defines an interface for keyboard input handling, providing access to key states and methods to query and simulate keyboard events. |
Strawberry.Input.IPointingDevice |
A pointing device like mouse, touchpad or touchscreen. |