cpp-sdl2
C++ header-only SDL2 wrapper
|
This is the complete list of members for sdl::Haptic, including all inherited members.
effect_list typedef | sdl::Haptic | private |
effect_sdlid typedef | sdl::Haptic | private |
get_capabilities() const | sdl::Haptic | inline |
get_effect_sdlid(InstalledEffect const &h) const | sdl::Haptic | inline |
Haptic() | sdl::Haptic | inline |
Haptic(int haptic_index) | sdl::Haptic | inline |
Haptic(SDL_Joystick *joystick) | sdl::Haptic | inline |
Haptic(Haptic const &)=delete | sdl::Haptic | |
Haptic(Haptic &&other) noexcept | sdl::Haptic | inline |
haptic_ | sdl::Haptic | private |
is_capable_of(int haptic_flag) const | sdl::Haptic | inline |
is_effect_compatible(Effect const &e) const | sdl::Haptic | inline |
my_effects | sdl::Haptic | private |
new_effect(Effect const &e) | sdl::Haptic | inline |
operator=(Haptic const &)=delete | sdl::Haptic | |
operator=(Haptic &&other) noexcept | sdl::Haptic | inline |
ptr() const | sdl::Haptic | inline |
registered_effect_count() const | sdl::Haptic | inline |
remove_effect(effect_sdlid e) | sdl::Haptic | inline |
run_effect(InstalledEffect const &h, uint32_t iterations=1) const | sdl::Haptic | inline |
valid() const | sdl::Haptic | inline |
~Haptic() | sdl::Haptic | inline |