Struct wayland_protocols::unstable::pointer_constraints::v1::client::zwp_confined_pointer_v1::ZwpConfinedPointerV1
source · pub struct ZwpConfinedPointerV1(/* private fields */);
Implementations§
source§impl ZwpConfinedPointerV1
impl ZwpConfinedPointerV1
sourcepub fn destroy(&self)
pub fn destroy(&self)
destroy the confined pointer object
Destroy the confined pointer object. If applicable, the compositor will unconfine the pointer.
This is a destructor, you cannot send requests to this object any longer once this method is called.
sourcepub fn set_region(&self, region: Option<&WlRegion>)
pub fn set_region(&self, region: Option<&WlRegion>)
set a new confine region
Set a new region used to confine the pointer.
The new confine region is double-buffered. The new confine region will only take effect when the associated surface gets its pending state applied. See wl_surface.commit for details.
If the confinement is active when the new confinement region is applied and the pointer ends up outside of newly applied region, the pointer may warped to a position within the new confinement region. If warped, a wl_pointer.motion event will be emitted, but no wp_relative_pointer.relative_motion event.
The compositor may also, instead of using the new region, unconfine the pointer.
For details about the confine region, see wp_confined_pointer.
Trait Implementations§
source§impl Clone for ZwpConfinedPointerV1
impl Clone for ZwpConfinedPointerV1
source§fn clone(&self) -> ZwpConfinedPointerV1
fn clone(&self) -> ZwpConfinedPointerV1
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ZwpConfinedPointerV1
impl Debug for ZwpConfinedPointerV1
source§impl From<Proxy<ZwpConfinedPointerV1>> for ZwpConfinedPointerV1
impl From<Proxy<ZwpConfinedPointerV1>> for ZwpConfinedPointerV1
source§impl From<ZwpConfinedPointerV1> for Proxy<ZwpConfinedPointerV1>
impl From<ZwpConfinedPointerV1> for Proxy<ZwpConfinedPointerV1>
source§fn from(value: ZwpConfinedPointerV1) -> Self
fn from(value: ZwpConfinedPointerV1) -> Self
source§impl Interface for ZwpConfinedPointerV1
impl Interface for ZwpConfinedPointerV1
source§fn c_interface() -> *const wl_interface
fn c_interface() -> *const wl_interface
source§impl PartialEq for ZwpConfinedPointerV1
impl PartialEq for ZwpConfinedPointerV1
source§fn eq(&self, other: &ZwpConfinedPointerV1) -> bool
fn eq(&self, other: &ZwpConfinedPointerV1) -> bool
self
and other
values to be equal, and is used
by ==
.