PointerInfo
Namespace: Wisej.Core
Assembly: Wisej.Framework (3.5.0.0)
Pointer information from the event.
- C#
- VB.NET
public struct PointerInfo : ValueType
Public Structure PointerInfo
Implements ValueType
Properties
Button
MouseButtons: Mouse button.
IsEmpty
Boolean: Indicates whether the PointerInfo properties have been initialize or not.
Location
Point: Pointer location.
Modifiers
Keys: Keyboard modifiers.
WheelDelta
Int32: Wheel delta.