We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487073a commit 3da9c56Copy full SHA for 3da9c56
example.cpp
@@ -6,6 +6,8 @@
6
7
#include "inputplusplus.h"
8
#include <iostream>
9
+#include <string>
10
+
11
int main() {
12
if(inputplusplus::EchoGetInput(INPUT_PP_SPACE) == true) {
13
std::cout << "Space\n";
inputplusplus.h
@@ -120,7 +120,7 @@
120
#define INPUT_PP_E_ACUTE 130
121
#define INPUT_PP_A_CIRCUMFLEX 131
122
#define INPUT_PP_A_UMLAUT 132
123
-#define INPUT_PP_GRAVE_ACCENT 133
+#define INPUT_PP_LETTER_A_GRAVE_ACCENT 133
124
#define INPUT_PP_LETTER_A_WITH_RING 134
125
#define INPUT_PP_MINUSCULE_C_CEDILLA 135
126
#define INPUT_PP_E_CIRCUMFLEX 136
0 commit comments