7 namespace rolmodl::mouse {
14 void useRaw(Cursor* c) noexcept;
17 void useDefault() noexcept;
21 Cursor create(
const Type t);
43 namespace btn::unsafe {
44 constexpr uint32_t toSDLEnum(
const Btn b) noexcept;
45 constexpr Btn fromSDLEnum(
const uint32_t b) noexcept;