From a72d604ca0e0f14228b45eaf9091b6c0b4085911 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 01:50:47 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1InputManager.html | 221 ----------------------------------------- 1 file changed, 221 deletions(-) delete mode 100644 classyage_1_1InputManager.html (limited to 'classyage_1_1InputManager.html') diff --git a/classyage_1_1InputManager.html b/classyage_1_1InputManager.html deleted file mode 100644 index bf4336bd..00000000 --- a/classyage_1_1InputManager.html +++ /dev/null @@ -1,221 +0,0 @@ - - - - - - -YAGE: yage::InputManager Class Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3.0 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
- -
-
yage::InputManager Class Reference
-
-
- -

#include <inputmanager.h>

- - - - - - - - -

-Public Member Functions

void keyPressed (unsigned key)
 
void keyReleased (unsigned key)
 
bool isKeyPressed (unsigned key) const
 
- - - -

-Private Attributes

std::unordered_map< unsigned,
-bool > 
key_map_
 
-

Member Function Documentation

- -
-
- - - - - - - - -
bool yage::InputManager::isKeyPressed (unsigned key) const
-
- -
-
- -
-
- - - - - - - - -
void yage::InputManager::keyPressed (unsigned key)
-
- -
-
- -
-
- - - - - - - - -
void yage::InputManager::keyReleased (unsigned key)
-
- -
-
-

Member Data Documentation

- -
-
- - - - - -
- - - - -
std::unordered_map<unsigned, bool> yage::InputManager::key_map_
-
-private
-
- -
-
-
The documentation for this class was generated from the following files: -
-
- - - - -- cgit