Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/checkforkey.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#ifndef __CHECKFORKEY_H__
8
#define __CHECKFORKEY_H__
9
10
namespace
Helpers
11
{
12
18
bool
checkforkey
();
19
20
}
// end namespace
21
22
#endif
// __CHECKFORKEY_H__
23
Helpers
The namespace containing all the "helper" functions in the C++ code.
Definition:
argumentinvalid_error.h:14
Helpers::checkforkey
bool checkforkey()
Determine if a key has been pressed.
Definition:
checkforkey.cpp:46
cplusplus
helpers
checkforkey.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6