Skip to content

zwp_input_panel_surface_v1¤

wayland.zwp_input_panel_surface_v1 ¤

Methods:

position ¤

set_toplevel ¤

set_toplevel(output: wl_output, position: int) -> None

Set the surface type as a keyboard

Set the input_panel_surface type to keyboard.

A keyboard surface is only shown when a text input is active.

set_overlay_panel ¤

set_overlay_panel() -> None

Set the surface type as an overlay panel

Set the input_panel_surface to be an overlay panel.

This is shown near the input cursor above the application window when a text input is active.