Design Pattern Examples
Overview of object-oriented design patterns
checkforkey.cpp File Reference

Implementation of the checkforkey() function for determining if a key has been pressed. More...

#include <unistd.h>
#include <sys/time.h>
#include "checkforkey.h"
Include dependency graph for checkforkey.cpp:

Go to the source code of this file.

Namespaces

namespace  Helpers
 The namespace containing all the "helper" functions in the C++ code.
 

Functions

bool checkforkey ()
 Determine if a key has been pressed.
 

Detailed Description

Implementation of the checkforkey() function for determining if a key has been pressed.

Definition in file checkforkey.cpp.