chunithm-touch icon indicating copy to clipboard operation
chunithm-touch copied to clipboard

Touchscreen and Leap Motion support for Chunithm.

Results 6 chunithm-touch issues
Sort by recently updated
recently updated
newest added

The current Segatools for Chunithm NEW uses two different injectors (x64 and x86) to inject chusanhooks into chusanApp.exe. I also tried your chunithm vccontroller project, which cannot be used for...

Hi, are you are planning for Leap Motion? I saw it in your description but not in the code.

I wanted to add support with the newest Leap Gemini SDK so I tried to build it myself. I downloaded the Leap Gemini from the Ultra Leap Website, copied the...

The current Segatools for Chunithm NEW uses two different injectors (x64 and x86) to inject chusanhooks into chusanApp.exe. This is how it looks like: `@echo off` `pushd %~dp0` `start /min...

1.It's say The code execution cannot proceed bacause ucrtbased.dll was not found and The code execution cannot proceed bacause VCRUNTIME140D.dll was not found. I already install that dll and it...

When I use this string it boots (with original chunihook.dll): inject -d -k chunihook.dll chuniApp.exe But this string doesn't boots (after apply chunithm-touch): inject -d -k chunihook.dll -k ctw.dll chuniApp.exe...