Class InputState
- Namespace
- TaleWorlds.InputSystem
- Assembly
- TaleWorlds.InputSystem.dll
public class InputState
- Inheritance
-
InputState
- Inherited Members
Constructors
InputState()
public InputState()
Properties
MousePositionChanged
public bool MousePositionChanged { get; }
Property Value
MousePositionPixel
public Vec2 MousePositionPixel { get; set; }
Property Value
MousePositionRanged
public Vec2 MousePositionRanged { get; set; }
Property Value
MouseScrollChanged
public bool MouseScrollChanged { get; }
Property Value
MouseScrollValue
public float MouseScrollValue { get; }
Property Value
NativeResolution
public Vec2 NativeResolution { get; }
Property Value
OldMousePositionPixel
public Vec2 OldMousePositionPixel { get; }
Property Value
OldMousePositionRanged
public Vec2 OldMousePositionRanged { get; }
Property Value
Methods
UpdateMousePosition(float, float)
public bool UpdateMousePosition(float mousePositionX, float mousePositionY)
Parameters
Returns
UpdateMouseScroll(float)
public bool UpdateMouseScroll(float mouseScrollValue)
Parameters
mouseScrollValue
float
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).