@@ -1,7 +1,13 @@
#include "pip.h"
PIKbdListener kbd;
int main() {
PISystemInfo::machineID();
//PISystemInfo::machineID();
kbd.enableExitCapture();
PIThread t;
t.start(10);
WAIT_FOR_EXIT;
t.stop();
return 0;
}
The note is not visible to the blocked user.