Mousepad double click disable

Is there anyway of turning off the double click (double pressure
selection on the pad area itself) feature of the current mouepad drivers?
I’ve checked out the Input options and found only touchscreen specific
options that may be useful but don’t apply to a mousepad.


Stevew

Hi Steve,

Could you provide the full name of the driver you are using.

Regards,

Joe

Steve Wardell <swardell@atsauto.com> wrote:

Is there anyway of turning off the double click (double pressure
selection on the pad area itself) feature of the current mouepad drivers?
I’ve checked out the Input options and found only touchscreen specific
options that may be useful but don’t apply to a mousepad.

Stevew

I am using the standard ‘Input’ driver supplied with the O/S. The details
are as follows:

Runtime options (from sin args): Input kbd fd -d/dev/kbd ps2 -r kb -2
Input Date: Mar 10/99
Photon version: 1.14B
Graphics driver in use: Pg.chipsdc

Let me know if you need anything further.


Stevew

“Hardware Support Account” <hw@qnx.com> wrote in message
news:9f3bgi$hgu$2@nntp.qnx.com

Hi Steve,

Could you provide the full name of the driver you are using.

Regards,

Joe

Steve Wardell <> swardell@atsauto.com> > wrote:
Is there anyway of turning off the double click (double pressure
selection on the pad area itself) feature of the current mouepad
drivers?
I’ve checked out the Input options and found only touchscreen specific
options that may be useful but don’t apply to a mousepad.


Stevew

Hi Steve,

The driver just transfers all clicks to Photon server and doesn’t recognize
the sequential pair of clicks as a double click. So there are no options
in the drvier to turn off the double click.

Regards,

Joe


Steve Wardell <swardell@atsauto.com> wrote:

Is there anyway of turning off the double click (double pressure
selection on the pad area itself) feature of the current mouepad drivers?
I’ve checked out the Input options and found only touchscreen specific
options that may be useful but don’t apply to a mousepad.

Stevew

Hardware Support Account <hw@qnx.com> wrote:

The driver just transfers all clicks to Photon server and doesn’t recognize
the sequential pair of clicks as a double click. So there are no options
in the drvier to turn off the double click.

You could do it by setting the double-click timeout to something
impossible, like 1ms. This timeout is controlled by region data
attached to the input group region – this is more or less how you can
change it:

Find the input group region using PhQueryRids().

Get its region data using PhRegionQuery().

Find a Ph_RDATA_IG data record using PhRegionDataFindType().

This record is a PhIgRegionData_t structure. Set the “click_msec”
field to 1.

Set the region data using PhRegionChange().


Wojtek Lerch (wojtek@qnx.com) QNX Software Systems Ltd.