Method

PhocInputDeviceget_device

Declaration [src]

wlr_input_device*
phoc_input_device_get_device (
  PhocInputDevice* self
)

Description

No description available.

Return value

Type: wlr_input_device*

The wlr_input_device. Note that %PhocInputDevice device owns this so don’t keep references around.

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