MouseCapabilities
MouseCapabilities
MouseCapabilities
MouseCapabilities
MouseCapabilities
Class
Definition
Supports the ability to determine the capabilities of any connected mouse devices.
public : sealed class MouseCapabilities : IMouseCapabilities
struct winrt::Windows::Devices::Input::MouseCapabilities : IMouseCapabilities
public sealed class MouseCapabilities : IMouseCapabilities
Public NotInheritable Class MouseCapabilities Implements IMouseCapabilities
var mouseCapabilities = new mouseCapabilities();
- Attributes
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
The values returned by the properties discussed here are based on the total number of mice connected: Boolean properties return true if one mouse supports a specific capability and numeric properties return the maximum value exposed by all mice.
The Device Capabilities Sample demonstrates how to detect the presence of input devices and retrieve the capabilities and attributes of each device.
Constructors
MouseCapabilities() MouseCapabilities() MouseCapabilities() MouseCapabilities() MouseCapabilities() |
Initializes a new instance of the MouseCapabilities class. |
Properties
HorizontalWheelPresent HorizontalWheelPresent HorizontalWheelPresent HorizontalWheelPresent HorizontalWheelPresent |
Gets a value indicating whether any of the mice connected to the computer have a scroll wheel that tilts left and right (usually for horizontal scrolling). |
MousePresent MousePresent MousePresent MousePresent MousePresent |
Gets a value that indicates whether a mouse device is detected. |
NumberOfButtons NumberOfButtons NumberOfButtons NumberOfButtons NumberOfButtons |
Gets a value representing the number of buttons on the mouse. If multiple mice are present, it returns the number of buttons of the mouse which has maximum number of buttons. |
SwapButtons SwapButtons SwapButtons SwapButtons SwapButtons |
Gets a value indicating whether any of the mice connected to the computer has swapped left and right buttons. |
VerticalWheelPresent VerticalWheelPresent VerticalWheelPresent VerticalWheelPresent VerticalWheelPresent |
Gets a value indicating whether any of the mice connected to the computer have a scroll wheel that rolls up and down (usually for vertical scrolling). |