Interface IGorgonMouseInfo
Provides capability information about a mouse device.
Inherited Members
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public interface IGorgonMouseInfo : IGorgonRawInputDeviceInfo
Properties
| Edit this page View SourceButtonCount
Property to return the number of buttons on the mouse.
Declaration
int ButtonCount { get; }
Property Value
Type | Description |
---|---|
int |
HasHorizontalWheel
Property to return whether the mouse supports a horizontal wheel or not.
Declaration
bool HasHorizontalWheel { get; }
Property Value
Type | Description |
---|---|
bool |
MouseID
Property to return the mouse ID.
Declaration
int MouseID { get; }
Property Value
Type | Description |
---|---|
int |
SampleRate
Property to return the sampling rate for the mouse.
Declaration
int SampleRate { get; }
Property Value
Type | Description |
---|---|
int |