Combine a single pointer with buttons and a scroll wheel.
public struct MouseState : IInputStateTypeInfo
Fields
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Properties
Declaration
public FourCC format { get; }
Property Value
Implements
Declaration
public static FourCC kFormat { get; }
Property Value
Methods
Declaration
public MouseState WithButton(MouseButton button, bool state = true)
Parameters
Type |
Name |
Description |
MouseButton |
button |
|
System.Boolean |
state |
|
Returns