Gorgon
Show / Hide Table of Contents

Interface IGorgonMouseInfo

Provides capability information about a mouse device.

Inherited Members
IGorgonRawInputDeviceInfo.Handle
IGorgonRawInputDeviceInfo.Description
IGorgonRawInputDeviceInfo.HIDPath
IGorgonRawInputDeviceInfo.DeviceClass
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public interface IGorgonMouseInfo : IGorgonRawInputDeviceInfo

Properties

| Edit this page View Source

ButtonCount

Property to return the number of buttons on the mouse.

Declaration
int ButtonCount { get; }
Property Value
Type Description
int
| Edit this page View Source

HasHorizontalWheel

Property to return whether the mouse supports a horizontal wheel or not.

Declaration
bool HasHorizontalWheel { get; }
Property Value
Type Description
bool
| Edit this page View Source

MouseID

Property to return the mouse ID.

Declaration
int MouseID { get; }
Property Value
Type Description
int
| Edit this page View Source

SampleRate

Property to return the sampling rate for the mouse.

Declaration
int SampleRate { get; }
Property Value
Type Description
int

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author