aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/window.h')
-rw-r--r--yage/core/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yage/core/window.h b/yage/core/window.h
index 2ffafba8..6b0e7fed 100644
--- a/yage/core/window.h
+++ b/yage/core/window.h
@@ -56,7 +56,7 @@ public:
bool shouldClose();
void pollEvents() const;
- bool keyPressed(key k);
+ bool keyPressed(key k) const;
};
} // namespace yage