Method
PhocInputget_seat
Declaration [src]
PhocSeat*
phoc_input_get_seat (
PhocInput* self,
char* name
)
Parameters
name
-
Type:
char*
The seats name.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: PhocSeat
The seat of the given name.
The returned data is owned by the instance. |