forked from Dniel97/segatools
chuniio: Increase touch pressure
The touch pressure threshold is configurable, probably best not to set this to the bare minimum.
This commit is contained in:
parent
2402e6cb88
commit
e6c792787b
@ -123,7 +123,7 @@ static unsigned int __stdcall chuni_io_slider_thread_proc(void *ctx)
|
||||
while (!chuni_io_slider_stop_flag) {
|
||||
for (i = 0 ; i < 8 ; i++) {
|
||||
if (GetAsyncKeyState(chuni_io_slider_keys[i]) & 0x8000) {
|
||||
pressure_val = 20;
|
||||
pressure_val = 128;
|
||||
} else {
|
||||
pressure_val = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user