Commit Graph

258 Commits

Author SHA1 Message Date
Clive Galway
967665ddd0
Update README.md 2018-11-02 19:56:41 +00:00
Clive Galway
3700c4b507
Merge pull request #22 from crumbl3d/master
Automatically load interception library with correct bitness
2018-10-07 18:48:38 +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
2f77d7a53d RShift fixes 2018-09-12 19:23:31 +01:00
Clive Galway
794e7b26e5
Add badges 2018-07-02 20:38:41 +01:00
Clive Galway
1377b315ca
Merge pull request #17 from evilC/PS2
Fixes, PS/2 compaitibility
2018-07-02 19:53:32 +01:00
Clive Galway
f18a00f873
Update README.md 2018-07-02 19:51:47 +01:00
Clive Galway
ba5331118c
Add GetDeviceIdFromHandle 2018-07-02 19:50:08 +01:00
evilC
13b8757024 Fixes #16 2018-07-02 19:33:23 +01:00
evilC
8875d02445 Fix handle methods 2018-07-02 19:07:27 +01:00
evilC
e699e28b6d Update Monitor to show Handle 2018-07-02 18:58:40 +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
Clive Galway
ecb9ae4014
Delete Temp.ahk 2018-06-30 21:56:20 +01:00
Clive Galway
f161718a0a
Merge pull request #15 from crumbl3d/master
Split up mouse wheel events
2018-06-23 17:30:38 +01:00
crumbl3d
8c5d4debe2 Split up mouse wheel events to vertical and horizontal to allow finer control 2018-06-23 17:15:21 +02:00
Clive Galway
1b1fbc717c
Update README.md 2018-06-16 17:07:47 +01:00
Clive Galway
bbaf55f645
Update README.md 2018-05-02 10:24:59 +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
5a7f34a813 Improved Extended Key Code handling
Extended Shift (0x12a) no longer fires
At all in Context Mode
In Subscription Mode for extended keys (eg non-NumPad Delete 339 / 0x153)
Much improved logic for Extended keys, special handling for Right Shift to compensate.
Much improved comments
2018-04-21 22:01:29 +01:00
evilC
73b4d77d62 Merge branch 'master' of https://github.com/evilC/AutoHotInterception 2018-04-21 21:54:48 +01:00
Clive Galway
beaf30e99a
Update README.md 2018-04-02 18:20:48 +01:00
evilC
341a7afa24 Merge branch 'master' of https://github.com/evilC/AutoHotInterception 2018-04-02 18:10:26 +01:00
evilC
999e82cede Fix mouse button state reporting 2018-04-02 17:46:05 +01:00
evilC
fb1e0e5450 Remove console writeline 2018-04-02 17:43:14 +01:00
Clive Galway
1a2414d90f
Update README.md 2018-04-01 19:55:54 +01:00
evilC
74e4db236c Update docs for Mouse Wheel 2018-03-31 23:25:36 +01:00
evilC
6d7b5d6ca0 Fixes #5 - Adds Mouse Wheel support 2018-03-31 23:01:42 +01:00
evilC
57631c4ba8 Merge branch 'master' of https://github.com/evilC/AutoHotInterception 2018-03-31 18:56:57 +01:00
evilC
d922ae775f Comment 2018-03-31 18:56:40 +01:00
Clive Galway
61e5ad42e2
Update README.md 2018-03-31 18:53:42 +01:00
evilC
53e24c1d2c Merge branch 'master' of https://github.com/evilC/AutoHotInterception 2018-03-31 18:49:22 +01:00
evilC
894ec210a1 Fix Absolute Send, Add Absolute Click 2018-03-31 18:49:19 +01:00
Clive Galway
4f5195da71
Update README.md 2018-03-30 19:34:31 +01:00
evilC
6efc89d448 gah 2018-03-30 19:33:20 +01:00
evilC
34827b78f3 Merge branch 'master' of https://github.com/evilC/AutoHotInterception 2018-03-30 19:33:04 +01:00
Clive Galway
612da55d84
Update README.md 2018-03-30 19:30:39 +01:00
Clive Galway
48f7d69ed6
Update README.md 2018-03-30 19:29:06 +01:00
Clive Galway
b6af7a049c
Update README.md 2018-03-30 19:24:31 +01:00
Clive Galway
be469ccf48
Update README.md 2018-03-30 19:20:14 +01:00
Clive Galway
1b4a8aba73
Update README.md 2018-03-30 19:16:45 +01:00
Clive Galway
bd6b06ff47
Update README.md 2018-03-30 19:14:44 +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
2717e494ee Fix Monitor logic 2018-03-30 19:00:33 +01:00
Clive Galway
6e7a47c93c
Update README.md 2018-03-30 16:10:22 +01:00
evilC
9f4cc27455 Added DLL unblocker 2018-03-30 16:03:35 +01:00
Clive Galway
e6c16ba1dc
Update README.md 2018-03-30 15:58:40 +01:00
evilC
ee991775d0 Implement instance support 2018-03-30 15:53:07 +01:00