RAWMOUSE class base struct

Contains information about the state of the mouse.

Inheritance
Implemented types
Available extensions

Constructors

RAWMOUSE.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Anonymous ↔ _RAWMOUSE__Anonymous_e__Union
getter/setter pair
Anonymous ↔ _RAWMOUSE__Anonymous_e__Union__Anonymous_e__Struct

Available on RAWMOUSE, provided by the RAWMOUSE_Extension extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lLastX int
getter/setter pair
lLastY int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ulButtons int

Available on RAWMOUSE, provided by the RAWMOUSE_Extension extension

getter/setter pair
ulExtraInformation int
getter/setter pair
ulRawButtons int
getter/setter pair
usButtonData int

Available on RAWMOUSE, provided by the RAWMOUSE__Anonymous_e__Union_Extension extension

getter/setter pair
usButtonFlags int

Available on RAWMOUSE, provided by the RAWMOUSE__Anonymous_e__Union_Extension extension

getter/setter pair
usFlags int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited