WisejEventArgs.PointerInfo
Wisej.Core.WisejEventArgs PointerInfo
Namespace: Wisej.Core
Assembly: Wisej.Framework (2.2.0.0)
Pointer information from the event.
public struct PointerInfo : 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.
Last updated
Was this helpful?