Constructor
PhocKeyboardnew
Declaration [src]
PhocKeyboard*
phoc_keyboard_new (
wlr_input_device* device,
PhocSeat* seat
)
Parameters
device
-
Type:
wlr_input_device*
No description available.
The argument can be NULL
.The data is owned by the caller of the function. seat
-
Type:
PhocSeat
No description available.
The data is owned by the caller of the function.
Return value
Type: PhocKeyboard
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |