From 858a9fa99fa8410b69523fa4ed69272015fcf0d3 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Wed, 10 Jan 2018 18:45:08 +0000 Subject: [Travis] Rebuilding documentation --- window_8h_source.html | 58 +++++++++++++++++---------------------------------- 1 file changed, 19 insertions(+), 39 deletions(-) (limited to 'window_8h_source.html') diff --git a/window_8h_source.html b/window_8h_source.html index d530232a..1d98edc1 100644 --- a/window_8h_source.html +++ b/window_8h_source.html @@ -8,13 +8,6 @@ - - - - -
+ +
window.h
@@ -158,34 +142,30 @@ $(document).ready(function(){initNavTree('window_8h_source.html','');});
62 } // namespace yage
63 
64 #endif
-
bool keyPressed(key k)
Definition: window.cpp:115
+
bool keyPressed(key k)
Definition: window.cpp:111
Definition: window.h:24
Window()
-
void swapBuffer()
swap the buffer
Definition: window.cpp:83
-
void hide()
hide windowProc
Definition: window.cpp:95
+
void swapBuffer()
swap the buffer
Definition: window.cpp:75
+
void hide()
hide windowProc
Definition: window.cpp:91
Definition: window.h:30
-
bool shouldClose()
Definition: window.cpp:105
+
bool shouldClose()
Definition: window.cpp:101
Definition: window.h:25
WindowFlags
Definition: window.h:22
-
~Window()
destroys the window handle
Definition: window.cpp:38
-
void show()
show window
Definition: window.cpp:100
+
~Window()
destroys the window handle
Definition: window.cpp:39
+
void show()
show window
Definition: window.cpp:96
void create(std::string window_name, int width, int height)
create the window, initialize the handle and update the width and height
Definition: window.cpp:44
Definition: window.h:23
key
Definition: input.h:18
-
void clearBuffer()
clear buffer
Definition: window.cpp:89
-
void pollEvents() const
Definition: window.cpp:110
+
void clearBuffer()
clear buffer
Definition: window.cpp:81
+
void pollEvents() const
Definition: window.cpp:106
Window & operator=(const Window &)=delete
Definition: window.h:26
- - + -- cgit