[−][src]Module wayland_protocols::presentation_time::client::wp_presentation_feedback
presentation time feedback event
A presentation_feedback object returns an indication that a wl_surface content update has become visible to the user. One object corresponds to one content update submission (wl_surface.commit). There are two possible outcomes: the content update is presented to the user, and a presentation timestamp delivered; or, the user did not see the content update because it was superseded or its surface destroyed, and the content update is discarded.
Once a presentation_feedback object has delivered a 'presented' or 'discarded' event it is automatically destroyed.
Structs
WpPresentationFeedback |
Enums
Event | |
Kind | bitmask of flags in presented event |
Request |
Constants
EVT_DISCARDED_SINCE | The minimal object version supporting this event |
EVT_PRESENTED_SINCE | The minimal object version supporting this event |
EVT_SYNC_OUTPUT_SINCE | The minimal object version supporting this event |
Statics
wp_presentation_feedback_events | C-representation of the messages of this interface, for interop |
wp_presentation_feedback_interface | C representation of this interface, for interop |
Traits
EventHandler | An interface for handling events. |