logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wayland::server::seat_capability - seat capability bitmask

Author

       Generated automatically by Doxygen for Wayland++ from the source code.

Version 1.0.0                                Wed May 1 2024 17:27:19         wayland::server::seat_capability(3)

Detailed Description

       seat capability bitmask

       This is a bitmask of capabilities this seat has; if a member is set, then it is present on the seat.

       Definition at line 2771 of file wayland-server-protocol.hpp.

Member Data Documentation

constwayland::detail::bitfield<3,12>wayland::server::seat_capability::keyboard[static]
       the seat has one or more keyboards

       Definition at line 2780 of file wayland-server-protocol.hpp.

   constwayland::detail::bitfield<3,12>wayland::server::seat_capability::pointer[static]
       the seat has pointer devices

       Definition at line 2778 of file wayland-server-protocol.hpp.

   constwayland::detail::bitfield<3,12>wayland::server::seat_capability::touch[static]
       the seat has touch devices

       Definition at line 2782 of file wayland-server-protocol.hpp.

Name

       wayland::server::seat_capability - seat capability bitmask

Synopsis

       #include <wayland-server-protocol.hpp>

       Inherits wayland::detail::bitfield< size, id >.

   StaticPublicAttributes
       static const wayland::detail::bitfield< 3, 12 > pointer
           the seat has pointer devices
       static const wayland::detail::bitfield< 3, 12 > keyboard
           the seat has one or more keyboards
       static const wayland::detail::bitfield< 3, 12 > touch
           the seat has touch devices

See Also