Method

WPEPlatformEventget_position

Declaration [src]

gboolean
wpe_event_get_position (
  WPEEvent* event,
  double* x,
  double* y
)

Description [src]

Get the position of event. If the WPEEvent doesn’t have a position, FALSE is returned.

Parameters

x

Type: double*

Location to store x coordinate.

The argument will be set by the function.
y

Type: double*

Location to store y coordinate.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if position is returned in x and y, or FALSE if event doesn’t have a positon.