RemoteControlMouseEvent class Null safety

Mouse remote control event

This event happens when the remote user who remote controls your scree clicks the mouse

Inheritance

Constructors

RemoteControlMouseEvent(String from, String to, int ts, double x, double y, String actionType)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getActionType() String
Returns action type of the mouse event (lef/right button, etc). See RemoteControlMouseActionType
getFrom() String
inherited
getTo() String
inherited
getTs() int
Returns unix timestamp of the remote control event
getX() double
getY() double
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