pub fn set_keyboard_interactivity(
    window: &impl IsA<Window>,
    interactivity: bool
)
Expand description

Whether the window should receive keyboard events from the compositor.

Default is false

Deprecated since 0.6

Use gtk_layer_set_keyboard_mode () instead.

window

A layer surface.

interactivity

Whether the layer surface should receive keyboard events.