Package org.freedesktop.wayland.client
Class WpPresentationFeedbackProxy
java.lang.Object
org.freedesktop.wayland.client.Proxy<WpPresentationFeedbackEvents>
org.freedesktop.wayland.client.WpPresentationFeedbackProxy
- All Implemented Interfaces:
WaylandObject
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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWpPresentationFeedbackProxy
(MemorySegment pointer) WpPresentationFeedbackProxy
(MemorySegment pointer, WpPresentationFeedbackEvents implementation, int version) -
Method Summary
Methods inherited from class org.freedesktop.wayland.client.Proxy
destroy, equals, getId, getImplementation, getPointer, getVersion, hashCode, marshal, marshal, marshalConstructor, setQueue
-
Field Details
-
INTERFACE_NAME
- See Also:
-
-
Constructor Details
-
WpPresentationFeedbackProxy
public WpPresentationFeedbackProxy(MemorySegment pointer, WpPresentationFeedbackEvents implementation, int version) -
WpPresentationFeedbackProxy
-