Skip to main content
Version: 3.5

PointerInfo

Namespace: Wisej.Core

Assembly: Wisej.Framework (3.5.0.0)

Pointer information from the event.

public struct PointerInfo : ValueType

Properties

Instance memberButton

MouseButtons: Mouse button.

Instance memberIsEmpty

Boolean: Indicates whether the PointerInfo properties have been initialize or not.

Instance memberLocation

Point: Pointer location.

Instance memberModifiers

Keys: Keyboard modifiers.

Instance memberWheelDelta

Int32: Wheel delta.