Class OutputSignal
Fields
connect nullable
connect?
: fun(output: OutputHandle)
An output was connected. FIXME: This currently does not fire for outputs that have been previously connected and disconnected.
disconnect nullable
disconnect?
: fun(output: OutputHandle)
An output was disconnected.
resize nullable
resize?
: fun(output: OutputHandle, logical_width: integer, logical_height: integer)
An output's logical size changed.
move nullable
move?
: fun(output: OutputHandle, x: integer, y: integer)
An output moved.