zwp_fullscreen_shell_mode_feedback_v1¤
wayland.zwp_fullscreen_shell_mode_feedback_v1 ¤
Methods:
-
on_mode_successful
–Mode switch succeeded.
-
on_mode_failed
–Mode switch failed.
-
on_present_cancelled
–Mode switch cancelled.
events
mode_successful ¤
mode_successful() -> None
Mode switch succeeded
This event indicates that the attempted mode switch operation was successful. A surface of the size requested in the mode switch will fill the output without scaling.
Upon receiving this event, the client should destroy the wl_fullscreen_shell_mode_feedback object.
mode_failed ¤
mode_failed() -> None
Mode switch failed
This event indicates that the attempted mode switch operation failed. This may be because the requested output mode is not possible or it may mean that the compositor does not want to allow it.
Upon receiving this event, the client should destroy the wl_fullscreen_shell_mode_feedback object.
present_cancelled ¤
present_cancelled() -> None
Mode switch cancelled
This event indicates that the attempted mode switch operation was cancelled. Most likely this is because the client requested a second mode switch before the first one completed.
Upon receiving this event, the client should destroy the wl_fullscreen_shell_mode_feedback object.
on_mode_successful ¤
on_mode_successful() -> None
Mode switch succeeded.
Override to handle wayland.zwp_fullscreen_shell_mode_feedback_v1.events.mode_successful
.
on_mode_failed ¤
on_mode_failed() -> None
Mode switch failed.
Override to handle wayland.zwp_fullscreen_shell_mode_feedback_v1.events.mode_failed
.
on_present_cancelled ¤
on_present_cancelled() -> None
Mode switch cancelled.
Override to handle wayland.zwp_fullscreen_shell_mode_feedback_v1.events.present_cancelled
.