Commit Graph

20 Commits

Author SHA1 Message Date
Clive Galway
187506b9ba Add MoveCursor 2019-08-06 11:58:23 +01:00
Clive Galway
8b3522cf1a Changelog for 0.4.4 2019-07-09 14:55:34 +01:00
Jovan Nikolov
ffe11e1e6e Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	C#/AutoHotInterception/Manager.cs
#	CHANGELOG.md
#	Lib/AutoHotInterception.ahk
#	README.md
2019-02-12 13:09:59 +01:00
Clive Galway
7c5c52c734 Add Unsubscribe endpoints. Fixes #20 2019-02-10 14:20:10 +00:00
Jovan Nikolov
d27a16b01c Changed concurrent switch to false by default
Some cleanup and updated README.md and CHANGELOG.md
2019-01-31 02:52:35 +01:00
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...
2019-01-28 14:53:58 +01:00
crumbl3d
f5d1f777da Automatically load interception library with correct bitness (user does not need to chose, AHI is both x86 and x64 compatible without recompilation). 2018-10-06 16:39:52 +02:00
evilC
8875d02445 Fix handle methods 2018-07-02 19:07:27 +01:00
evilC
0bbb79c730 Expose Handle, add methods to get ID from handle 2018-07-02 18:54:19 +01:00
evilC
3a06df1d72 [Fix] Pass through instance 2018-07-02 18:50:57 +01:00
evilC
1c20a69cd1 Fixes #12 2018-04-22 19:20:30 +01:00
evilC
2a028450b0 Fixes #11 2018-04-22 18:48:41 +01:00
evilC
894ec210a1 Fix Absolute Send, Add Absolute Click 2018-03-31 18:49:19 +01:00
evilC
3dc7c12ad8 add backwards compatibilty 2018-03-30 19:06:04 +01:00
evilC
9ef97fb18b ContextManager, Wrap all methods 2018-03-30 19:04:58 +01:00
evilC
9f4cc27455 Added DLL unblocker 2018-03-30 16:03:35 +01:00
evilC
9b482e8f2e Show hintMessage for any failure 2018-03-29 15:28:54 +01:00
evilC
063db66d8f Notify user to try unblocking DLL if OkCheck fails 2018-03-29 14:59:20 +01:00
evilC
c237149d02 Initial Refactor 2018-03-28 20:39:29 +01:00
Clive Galway
f04a82ab70 Add AHK wrapper, sample 2018-03-06 19:53:04 +00:00