NasNas
An intuitive and beginner friendly 2D game framework for C++
ns::Inputs Member List

This is the complete list of members for ns::Inputs, including all inherited members.

App (defined in ns::Inputs)ns::Inputsfriend
get() -> Inputs & (defined in ns::detail::Singleton< Inputs >)ns::detail::Singleton< Inputs >static
getButton(const std::string &btn) -> sf::Keyboard::Key (defined in ns::Inputs)ns::Inputsstatic
getKeysDown() -> const std::vector< sf::Keyboard::Key > & (defined in ns::Inputs)ns::Inputsstatic
isKeyDown(const sf::Keyboard::Key &key) -> bool (defined in ns::Inputs)ns::Inputsstatic
isKeyPressed(const sf::Keyboard::Key &key) -> bool (defined in ns::Inputs)ns::Inputsstatic
isKeyReleased(const sf::Keyboard::Key &key) -> bool (defined in ns::Inputs)ns::Inputsstatic
operator=(const Singleton &)=delete (defined in ns::detail::Singleton< Inputs >)ns::detail::Singleton< Inputs >
operator=(Singleton &&)=delete (defined in ns::detail::Singleton< Inputs >)ns::detail::Singleton< Inputs >
setButton(const std::string &btn, const sf::Keyboard::Key &key) (defined in ns::Inputs)ns::Inputsstatic
Singleton()=default (defined in ns::detail::Singleton< Inputs >)ns::detail::Singleton< Inputs >protected
Singleton(const Singleton &)=delete (defined in ns::detail::Singleton< Inputs >)ns::detail::Singleton< Inputs >
Singleton(Singleton &&)=delete (defined in ns::detail::Singleton< Inputs >)ns::detail::Singleton< Inputs >