Method

PhocXdgSurfaceget_wlr_surface_at

Declaration [src]

wlr_surface*
phoc_xdg_surface_get_wlr_surface_at (
  PhocXdgSurface* self,
  double sx,
  double sy,
  double* sub_x,
  double* sub_y
)

Description

No description available.

Parameters

sx

Type: double

No description available.

sy

Type: double

No description available.

sub_x

Type: double*

No description available.

The data is owned by the caller of the method.
sub_y

Type: double*

No description available.

The data is owned by the caller of the method.

Return value

Type: wlr_surface*

No description available.

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