jtse / puzzle

http://jtse.github.com/puzzle
1 stars 0 forks source link

Pressure reduction? #4

Closed pgerhardstein closed 12 years ago

pgerhardstein commented 12 years ago

Is it possible to increase the size of the filter that looks for a touch in order to decrease the pressure needed to make a touch? I will experiment with the current touch screen outside of the program to determine the extent to which the "heavy pressure" need is an issue only within the program or is an issue more generally associated w. Keytec's hardware.

Peter

jtse commented 12 years ago

Hi Peter,

The filter size is adjustable within the script file:

median-mouse-filter-size=11

The default is 11 but you can set it to any positive odd number. Try doubling it and see what happens.

Thanks,

Jim

On Thu, Sep 6, 2012 at 2:23 PM, pgerhardstein notifications@github.comwrote:

Is it possible to increase the size of the filter that looks for a touch in order to decrease the pressure needed to make a touch? I will experiment with the current touch screen outside of the program to determine the extent to which the "heavy pressure" need is an issue only within the program or is an issue more generally associated w. Keytec's hardware.

Peter

— Reply to this email directly or view it on GitHubhttps://github.com/jtse/puzzle/issues/4.

pgerhardstein commented 12 years ago

Will do - thanks!

Peter

On Sep 6, 2012, at 9:15 PM, Jim Tse wrote:

Hi Peter,

The filter size is adjustable within the script file:

median-mouse-filter-size=11

The default is 11 but you can set it to any positive odd number. Try doubling it and see what happens.

Thanks,

Jim

On Thu, Sep 6, 2012 at 2:23 PM, pgerhardstein notifications@github.comwrote:

Is it possible to increase the size of the filter that looks for a touch in order to decrease the pressure needed to make a touch? I will experiment with the current touch screen outside of the program to determine the extent to which the "heavy pressure" need is an issue only within the program or is an issue more generally associated w. Keytec's hardware.

Peter

— Reply to this email directly or view it on GitHubhttps://github.com/jtse/puzzle/issues/4.

— Reply to this email directly or view it on GitHub.