From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- classyage_1_1InputManager.html | 203 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 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..564cc7b0 --- /dev/null +++ b/classyage_1_1InputManager.html @@ -0,0 +1,203 @@ + + + + + + + +YAGE: yage::InputManager Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  0.02 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
yage::InputManager Class Reference
+
+
+ +

#include <inputmanager.hpp>

+ + + + + + + + +

+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

+ +

◆ isKeyPressed()

+ +
+
+ + + + + + + + +
bool yage::InputManager::isKeyPressed (unsigned key) const
+
+ +
+
+ +

◆ keyPressed()

+ +
+
+ + + + + + + + +
void yage::InputManager::keyPressed (unsigned key)
+
+ +
+
+ +

◆ keyReleased()

+ +
+
+ + + + + + + + +
void yage::InputManager::keyReleased (unsigned key)
+
+ +
+
+

Member Data Documentation

+ +

◆ key_map_

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