From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- classyage_1_1InputManager.html | 221 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 classyage_1_1InputManager.html (limited to 'classyage_1_1InputManager.html') diff --git a/classyage_1_1InputManager.html b/classyage_1_1InputManager.html new file mode 100644 index 00000000..ce1107ea --- /dev/null +++ b/classyage_1_1InputManager.html @@ -0,0 +1,221 @@ + + + + + + +YAGE: yage::InputManager Class Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends 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