Описание
## ContingameIME
An unofficial continuation of [IngameIME](https://github.com/Windmill-City/IngameIME-Minecraft). Use input method in full screen Minecraft.
## Preview
### Window Mode
### Full screen Mode
## Toggle Key
- Click the hotkey to switch between **temporary input state** and **closed state**
- Double-click the hot key to switch to **open mode**
- **temporary input state** switch to **closed State** when mouse move and something was committed
### Dependencies
- Forge
- [Kotlin for Forge](https://www.curseforge.com/minecraft/mc-mods/kotlin-for-forge)
- [Cloth Config API (Forge)](https://www.curseforge.com/minecraft/mc-mods/cloth-config)
- [Architectury API (Forge)](https://www.curseforge.com/minecraft/mc-mods/architectury-api)
- Fabric
- [Fabric Language Kotlin](https://www.curseforge.com/minecraft/mc-mods/fabric-language-kotlin)
- [Cloth Config API (Fabric)](https://www.curseforge.com/minecraft/mc-mods/cloth-config)
- [Architectury API (Fabric)](https://www.curseforge.com/minecraft/mc-mods/architectury-api)
- [Satin API](https://www.curseforge.com/minecraft/mc-mods/satin-api) **(Optional, conflicts with Optifine)**
#### This Mod requires VCRuntime141 to run, download it on the official website of Microsoft
[Download Link](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist)
## This mod code reference/use
- [Windmill-City/IngameIME-Minecraft](https://github.com/Windmill-City/IngameIME-Minecraft) (LGPL-2.1)
- [Wybxc/IngameIME-Minecraft](https://github.com/Wybxc/IngameIME-Minecraft) (LGPL-2.1)