|
rolmodl
C++ API for the Simple Directmedia Library 2 (SDL2)
|
Public Member Functions | |
| State (const State &that)=delete | |
| State (State &&that)=delete | |
| State & | operator= (const State &that)=delete |
| State & | operator= (State &&that)=delete |
Static Public Member Functions | |
| static bool | down (const Scancode s) |
| static bool | up (const Scancode s) |
| static bool | down (const Key k) |
| static bool | up (const Key k) |
| static State & | instance () noexcept |
| static const uint8_t * | unsafeRaw () noexcept |
| static unsigned int | unsafeRawL () noexcept |
1.8.16