Combine a single pointer with buttons and a scroll wheel.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
public struct MouseState : IInputStateTypeInfo
Fields
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Declaration
Field Value
Declaration
public ushort displayIndex
Field Value
Type |
Description |
System.UInt16 |
|
Declaration
Field Value
Declaration
Field Value
Properties
Declaration
public static FourCC kFormat { get; }
Property Value
Methods
Declaration
public FourCC GetFormat()
Returns
Implements
Declaration
public MouseState WithButton(MouseButton button, bool state = true)
Parameters
Type |
Name |
Description |
MouseButton |
button |
|
System.Boolean |
state |
|
Returns