ui.backend.windows: faster wheel mouse scroll rate
parent
f988dad79c
commit
fa99cc8f0e
|
@ -476,7 +476,7 @@ SYMBOL: nc-buttons
|
||||||
swap [ push ] [ remove! drop ] if ;
|
swap [ push ] [ remove! drop ] if ;
|
||||||
|
|
||||||
: mouse-scroll ( wParam -- array )
|
: mouse-scroll ( wParam -- array )
|
||||||
>lo-hi [ -120 /f ] map ;
|
>lo-hi [ -80 /f ] map ;
|
||||||
|
|
||||||
: mouse-event>gesture ( uMsg -- button )
|
: mouse-event>gesture ( uMsg -- button )
|
||||||
key-modifiers swap message>button
|
key-modifiers swap message>button
|
||||||
|
|
Loading…
Reference in New Issue