Function
Phoclayer_shell_find_osk
Declaration [src]
PhocLayerSurface*
phoc_layer_shell_find_osk (
PhocOutput* output
)
Description [src]
Checks whether the given PhocOutput has the on screen keyboard and returns
the associated PhocLayerSurface if found.
Parameters
output-
Type:
PhocOutputAn output.
The data is owned by the caller of the function.
Return value
Type: PhocLayerSurface
The OSKs layer surface or NULL.
| The data is owned by the called function. |
The return value can be NULL. |