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

Declaration of the readkey() function, a blocking read for a key from the keyboard. 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 __READKEY_H__
 

Functions

int readkey ()
 Read a key from the keyboard, blocking if no key is pressed.
 

Detailed Description

Declaration of the readkey() function, a blocking read for a key from the keyboard.

Definition in file lusplus/helpers/readkey.h.

Macro Definition Documentation

◆ __READKEY_H__

#define __READKEY_H__

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