Class pinnacle.output.OutputSignal
Fields
connect nullable
connect?: fun(output: pinnacle.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: pinnacle.output.OutputHandle)
An output was disconnected.
resize nullable
resize?: fun(output: pinnacle.output.OutputHandle, logical_width: integer, logical_height: integer)
An output's logical size changed.
move nullable
move?: fun(output: pinnacle.output.OutputHandle, x: integer, y: integer)
An output moved.