From be5d48d2eaed3af76f03297e376f7a67e8a8238f Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 20 Dec 2017 18:02:11 +0000 Subject: Rebuilding documentation --- inputmanager_8h_source.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'inputmanager_8h_source.html') diff --git a/inputmanager_8h_source.html b/inputmanager_8h_source.html index 6232a731..7cc9dd61 100644 --- a/inputmanager_8h_source.html +++ b/inputmanager_8h_source.html @@ -30,7 +30,7 @@
YAGE -  v0.3.1 +  v0.1.3
Yet Another Game Engine
@@ -108,14 +108,7 @@ $(document).ready(function(){initNavTree('inputmanager_8h_source.html','');});
inputmanager.h
-Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
-
2  * inputmanager.h
-
3  *
-
4  * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
-
5  * MIT License, see LICENSE file for more details.
-
6  * ----------------------------------------------------------------------------
-
7  */
-
8 
+Go to the documentation of this file.
1 
9 #ifndef INPUT_MANAGER_H
10 #define INPUT_MANAGER_H
11 
@@ -134,8 +127,10 @@ $(document).ready(function(){initNavTree('inputmanager_8h_source.html','');});
24  void keyReleased(unsigned key);
25  bool isKeyPressed(unsigned key) const;
26 };
-
27 } // namespace yage
-
28 #endif
+
27 
+
28 } // namespace yage
+
29 
+
30 #endif
void keyReleased(unsigned key)
Definition: inputmanager.cpp:19
Definition: inputmanager.h:17
void keyPressed(unsigned key)
Definition: inputmanager.cpp:14
@@ -147,7 +142,7 @@ $(document).ready(function(){initNavTree('inputmanager_8h_source.html','');});