Wayland++ 1.0.0
C++ Bindings for Wayland
|
edge values for resizing More...
#include <wayland-client-protocol.hpp>
Static Public Attributes | |
static const wayland::detail::bitfield< 2147483649, 8 > | none {0} |
no edge | |
static const wayland::detail::bitfield< 2147483649, 8 > | top {1} |
top edge | |
static const wayland::detail::bitfield< 2147483649, 8 > | bottom {2} |
bottom edge | |
static const wayland::detail::bitfield< 2147483649, 8 > | left {4} |
left edge | |
static const wayland::detail::bitfield< 2147483649, 8 > | top_left {5} |
top and left edges | |
static const wayland::detail::bitfield< 2147483649, 8 > | bottom_left {6} |
bottom and left edges | |
static const wayland::detail::bitfield< 2147483649, 8 > | right {8} |
right edge | |
static const wayland::detail::bitfield< 2147483649, 8 > | top_right {9} |
top and right edges | |
static const wayland::detail::bitfield< 2147483649, 8 > | bottom_right {10} |
bottom and right edges | |
edge values for resizing
These values are used to indicate which edge of a surface is being dragged in a resize operation. The server may use this information to adapt its behavior, e.g. choose an appropriate cursor image.
Definition at line 1898 of file wayland-client-protocol.hpp.
|
static |
bottom edge
Definition at line 1909 of file wayland-client-protocol.hpp.
|
static |
bottom and left edges
Definition at line 1915 of file wayland-client-protocol.hpp.
|
static |
bottom and right edges
Definition at line 1921 of file wayland-client-protocol.hpp.
|
static |
left edge
Definition at line 1911 of file wayland-client-protocol.hpp.
|
static |
no edge
Definition at line 1905 of file wayland-client-protocol.hpp.
|
static |
right edge
Definition at line 1917 of file wayland-client-protocol.hpp.
|
static |
top edge
Definition at line 1907 of file wayland-client-protocol.hpp.
|
static |
top and left edges
Definition at line 1913 of file wayland-client-protocol.hpp.
|
static |
top and right edges
Definition at line 1919 of file wayland-client-protocol.hpp.