MSG class Null safety Struct
Contains message information from a thread's message queue.
- Inheritance
- Object
- NativeType
- Struct
- MSG
- Available Extensions
Constructors
- MSG()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hwnd ↔ int
-
@IntPtr(), read / write
- lParam ↔ int
-
@IntPtr(), read / write
- message ↔ int
-
@Uint32(), read / write
- pt ↔ POINT
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- time ↔ int
-
@Uint32(), read / write
- wParam ↔ int
-
@IntPtr(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited