Function
Phoclayer_shell_find_osk
since: 0
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.
Available since: 0
Parameters
output
-
Type:
PhocOutput
An 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 . |