diff options
-rw-r--r-- | example/pong.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/pong.cpp b/example/pong.cpp index 0783fcb..df91b53 100644 --- a/example/pong.cpp +++ b/example/pong.cpp @@ -125,6 +125,8 @@ int main() case 's': screen.moveObject(iBarLeft, {0,1}, _MOVE_RELATIVE); break; + case 'g': + render.enableDebugInfo(true); }; } else if (ie.type == _EVENT_TERM) |