Skip to content

Commit b353eb1

Browse files
committed
Docs: Test: Add Genshin
1 parent 8fb1fa9 commit b353eb1

1 file changed

Lines changed: 26 additions & 9 deletions

File tree

README.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,32 @@ A library for simulating keyboard, mouse and other inputs.
55
[Releases](https://github.com/Chaoses-Ib/IbInputSimulator/releases)
66

77
## Supported drivers
8-
- [Logitech G HUB](https://www.logitechg.com/innovation/g-hub.html)
9-
No Logitech hardware required.
8+
- [Logitech G HUB](https://www.logitechg.com/innovation/g-hub.html)
9+
10+
No Logitech hardware required.
11+
1012
e.g. `IbSendInit("Logitech")`
11-
- [Logitech Gaming Software](https://support.logi.com/hc/en-gb/articles/360025298053-Logitech-Gaming-Software)
12-
No Logitech hardware required.
13+
14+
- [Logitech Gaming Software](https://support.logi.com/hc/en-gb/articles/360025298053-Logitech-Gaming-Software)
15+
16+
No Logitech hardware required.
17+
1318
e.g. `IbSendInit("Logitech")`
14-
- [Razer Synapse 3](https://www.razer.com/synapse-3)
15-
Require Razer hardware. (Note that the old versions do not require Razer hardware, however, Razer Synapse 3 only provides an online installer and there is no way to install an old version)
19+
20+
- [Razer Synapse 3](https://www.razer.com/synapse-3)
21+
22+
Require Razer hardware. (Note that the old versions do not require Razer hardware, however, Razer Synapse 3 only provides an online installer and there is no way to install an old version)
23+
1624
e.g. `IbSendInit("Razer")`
17-
- [MouClassInputInjection](https://github.com/Chaoses-Ib/MouClassInputInjection)
25+
26+
- [MouClassInputInjection](https://github.com/Chaoses-Ib/MouClassInputInjection)
27+
1828
e.g. `IbSendInit("MouClassInputInjection", 1, process_id)`
19-
- [DD Virtual Mouse & Virtual Keyboard](https://github.com/ddxoft/master)
20-
May cause a blue screen; difficult to uninstall cleanly; need network.
29+
30+
- [DD Virtual Mouse & Virtual Keyboard](https://github.com/ddxoft/master)
31+
32+
May cause a blue screen; difficult to uninstall cleanly; need network.
33+
2134
To use it, put the DLL (`DD94687.64.dll`/`DD64.dll`/`DDHID64.dll`) with your script file, and then:
2235
```ahk
2336
IbSendInit("DD")
@@ -26,12 +39,16 @@ A library for simulating keyboard, mouse and other inputs.
2639
```ahk
2740
IbSendInit("DD", 1, "C:\SomeDir\DD64.dll")
2841
```
42+
2943
- [EDI](https://t.me/Chaoses_Ib) (paid)
3044

3145
## Software compatibility
3246
Software | SendInput | Logitech | Razer | MCII | DD | EDI | DM | Other
3347
--- | --- | --- | --- | --- | --- | --- | --- | ---
3448
Blade & Soul (Korean) <!--220703--> | | ✔️ | | | ❗ | ✔️ | ✔️ | ❌ SendInput hook
49+
Genshin | [High](https://meta.appinn.net/t/topic/44865/10?u=chaoses_ib)
50+
51+
For SendInput, software with `High` indicates that the target process usually has a high integrity level, which may block SendInput due to UIPI. To put it simply, this means that you need to run the input simulator with administrator privileges.
3552

3653
## Supported languages
3754
### AutoHotkey

0 commit comments

Comments
 (0)