MouseDelta
MouseDelta
MouseDelta
MouseDelta
Struct
Definition
Identifies the change in screen location of the mouse pointer, relative to the location of the last mouse event.
public : struct MouseDeltapublic struct MouseDeltaPublic Structure MouseDelta// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
X X X X
The x-coordinate of the mouse pointer, relative to the location of the last mouse event.
public : field int Xpublic field int XPublic Field X// You can use this field in JavaScript.