.TH "wayland::server::seat_capability" 3 "Wed May 1 2024 17:27:19" "Version 1.0.0" "Wayland++" \" -*- nroff -*- .ad l .nh .SH NAME wayland::server::seat_capability \- seat capability bitmask .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits wayland::detail::bitfield< size, id >\&. .SS "Static Public Attributes" .in +1c .ti -1c .RI "static const wayland::detail::bitfield< 3, 12 > \fBpointer\fP" .br .RI "the seat has pointer devices " .ti -1c .RI "static const wayland::detail::bitfield< 3, 12 > \fBkeyboard\fP" .br .RI "the seat has one or more keyboards " .ti -1c .RI "static const wayland::detail::bitfield< 3, 12 > \fBtouch\fP" .br .RI "the seat has touch devices " .in -1c .SH "Detailed Description" .PP seat capability bitmask This is a bitmask of capabilities this seat has; if a member is set, then it is present on the seat\&. .PP Definition at line \fB2771\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SH "Member Data Documentation" .PP .SS "const wayland::detail::bitfield<3, 12> wayland::server::seat_capability::keyboard\fC [static]\fP" .PP the seat has one or more keyboards .PP Definition at line \fB2780\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<3, 12> wayland::server::seat_capability::pointer\fC [static]\fP" .PP the seat has pointer devices .PP Definition at line \fB2778\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SS "const wayland::detail::bitfield<3, 12> wayland::server::seat_capability::touch\fC [static]\fP" .PP the seat has touch devices .PP Definition at line \fB2782\fP of file \fBwayland\-server\-protocol\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Wayland++ from the source code\&.