Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/checkforkey.h File Reference

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

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#define __CHECKFORKEY_H__
 

Functions

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

Detailed Description

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

Definition in file lusplus/helpers/checkforkey.h.

Macro Definition Documentation

◆ __CHECKFORKEY_H__

#define __CHECKFORKEY_H__

Definition at line 8 of file lusplus/helpers/checkforkey.h.