WisejEventArgs.PointerInfo

Wisej.Core.WisejEventArgs PointerInfo

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.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