7#include "../macros.hpp"
13 uint8_t left_button : 1;
14 uint8_t middle_button : 1;
15 uint8_t right_button : 1;
16 uint8_t x1_button : 1;
17 uint8_t x2_button : 1;
DOXYGEN BUG.
Definition algorithm.hpp:16
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
Definition mouse_buttons.hpp:12