16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 00:09:18 +02:00

key logging

This commit is contained in:
tmj-fstate
2017-03-31 00:56:33 +02:00
parent f2cd420bbb
commit 96b01c6205
5 changed files with 57 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ http://mozilla.org/MPL/2.0/.
class simulation_time {
public:
simulation_time() { m_time.wHour = -1; m_time.wMinute = -1; }
simulation_time() { m_time.wHour = 10; m_time.wMinute = 30; }
void
init();
void