Method

PhocDesktoplayout_get_output

Declaration [src]

PhocOutput*
phoc_desktop_layout_get_output (
  PhocDesktop* self,
  double lx,
  double ly
)

Description [src]

Get the output at layout coordinates.

Parameters

lx

Type: double

The x coordinate in layout coordinates.

ly

Type: double

The y coordinate in layout coordinates.

Return value

Type: PhocOutput

The output.

The returned data is owned by the instance.
The return value can be NULL.