struct

Espresso::MonitorConnectEvent

Inherits Struct / Value / Object

Event triggered when a monitor connects or disconnects.

Instance methods

connected?

Flag indicating whether the monitor was connected or not.

True means the monitor was connected, false means it was disconnected.

Source
disconnected?

Flag indicating whether the monitor was disconnected or connected.

True means the monitor was disconnected, false means it was connected.

Source
monitor

Monitor involved in the event.

Source