Commit Graph

43 Commits (6067b4dac570f929076aa41a9ecaa3d3ce57967f)

Author SHA1 Message Date
Clive Galway 6067b4dac5 Add sub/unsub functionality to KeyboardAndMouseTester 2 years ago
Clive Galway 327a87bcb4 Fix AhiScanCodeTester.ahk 2 years ago
Clive Galway 29a9fbcf2f Change ScanCodeChecker to use same logic as Manager 2 years ago
Clive Galway 52cfc72112 Add KeyboardAndMouseTester 2 years ago
Clive Galway 18436bd5cb SendKeyEvent() now uses TranslateAhkCode() 2 years ago
Clive Galway 8b4b092767 AHI uses new ScanCodeHelper 2 years ago
Clive Galway 644cef4682 Add missing using 2 years ago
Clive Galway 4b2a82b5fa Add ScanCodeHelper class 2 years ago
Clive Galway 2f6f935b5f Add Sub / Unsub for mouse movement 2 years ago
Clive Galway 98cdc2b3d3 Add Sub / Unsub for mouse button 2 years ago
Clive Galway 719807f497 Add SubscribeButtons 2 years ago
Clive Galway a6fa803e81 Add SubscribeKeyboard / UnsubscribeKeyboard 2 years ago
Clive Galway 835fc71764 SubscribeKey POC 2 years ago
Clive Galway 41d61fd3d7 Create device handlers interface and keyboard and mouse handlers 2 years ago
Clive Galway 35c22fd906 Allow blocking for ScanCodeChecker 2 years ago
Clive Galway c908516efe Update TabletTester to work with TestDevices 2 years ago
Clive Galway c52a72e343 Update ScanCodeChecker to use TestDevices 2 years ago
Clive Galway 066688c8bb Update Mouse testers to use TestDevices 2 years ago
Clive Galway a57e693a88 Update KeyboardTester to use TestDevices / AhkKeys 2 years ago
Clive Galway cff6770756 Update KeyboardKeyTester to use TestDevice / AhkKeys 2 years ago
Clive Galway f9fcf425b4 Update Program.cs 2 years ago
Clive Galway 8b82b800bd Add new SetStateTester, AhkKeys, TestDevices classes t TestApp 2 years ago
Clive Galway 9f7ec5d030 ReSharper rename vars, set / unset _pollThreadRunning 3 years ago
Clive Galway b4c6d1de87 Change ScanCodeChecker to use interception_wait, remove MultimediaTimer 3 years ago
Clive Galway e97e4ef12b Use CancellationToken to start/stop thread, add start/stop to MouseTester 3 years ago
Clive Galway 4a27101b29 Add ScanCodeTester 5 years ago
Clive Galway 170392741d Remove Monitor class 5 years ago
Clive Galway 45aade36a4 Add SubscribeMouseButtons 5 years ago
Clive Galway fe5ebfa034 SubscribeKeyboard working 5 years ago
Clive Galway 3577f5a920 Manager can subscribe to all keyboard keys 5 years ago
Clive Galway 8acb96ddc6 Move Device Querying functions into HelperFunctions, add MonitorTester 5 years ago
Clive Galway 3979fc9fc1 Fix Absolute Mode mouse movement 5 years ago
Clive Galway 281f7fe786 Update test apps 5 years ago
Jovan Nikolov d27a16b01c Changed concurrent switch to false by default
Some cleanup and updated README.md and CHANGELOG.md
5 years ago
crumbl3d 5dc35cc8d8 Added an option to process all subscribed key events on a single thread instead of using a ThreadPool
- Using custom WorkerThread class to execute callback Actions placed into an Action queue
- Cleaned up code
- Needs testing...
5 years ago
evilC 35089f9a55 Implement missing Send methods, Tidy, Comments 6 years ago
evilC c237149d02 Initial Refactor 6 years ago
evilC 15ba7a30e9 Rename some endpoints 6 years ago
evilC d23c4e7780 update test app 6 years ago
evilC 3ace36fce0 Mouse POC 6 years ago
evilC 7592b2ec30 Implements SendKeyEvent 6 years ago
evilC 88af57c06a Context Mode and Subscription Mode can co-exist 6 years ago
Clive Galway f04a82ab70 Add AHK wrapper, sample 6 years ago