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
9ac573801a
commit
39abee3a75
@ -123,7 +123,7 @@ static unsigned int __stdcall chuni_io_slider_thread_proc(void *ctx)
|
|||||||
while (!chuni_io_slider_stop_flag) {
|
while (!chuni_io_slider_stop_flag) {
|
||||||
for (i = 0 ; i < 8 ; i++) {
|
for (i = 0 ; i < 8 ; i++) {
|
||||||
if (GetAsyncKeyState(chuni_io_slider_keys[i]) & 0x8000) {
|
if (GetAsyncKeyState(chuni_io_slider_keys[i]) & 0x8000) {
|
||||||
pressure_val = 20;
|
pressure_val = 128;
|
||||||
} else {
|
} else {
|
||||||
pressure_val = 0;
|
pressure_val = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user