NasNas
An intuitive and beginner friendly 2D game framework for C++
Static Public Member Functions | Friends | List of all members
ns::Inputs Class Reference
Inheritance diagram for ns::Inputs:
ns::detail::Singleton< Inputs >

Static Public Member Functions

static auto getKeysDown () -> const std::vector< sf::Keyboard::Key > &
 
static auto isKeyDown (const sf::Keyboard::Key &key) -> bool
 
static auto isKeyPressed (const sf::Keyboard::Key &key) -> bool
 
static auto isKeyReleased (const sf::Keyboard::Key &key) -> bool
 
static void setButton (const std::string &btn, const sf::Keyboard::Key &key)
 
static auto getButton (const std::string &btn) -> sf::Keyboard::Key
 
- Static Public Member Functions inherited from ns::detail::Singleton< Inputs >
static auto get () -> Inputs &
 

Friends

class App
 

Additional Inherited Members

- Public Member Functions inherited from ns::detail::Singleton< Inputs >
 Singleton (const Singleton &)=delete
 
 Singleton (Singleton &&)=delete
 
Singletonoperator= (const Singleton &)=delete
 
Singletonoperator= (Singleton &&)=delete
 

Detailed Description

Definition at line 14 of file Inputs.hpp.


The documentation for this class was generated from the following file: