#8777 closed patch
WINCE: INI file toggle for double-tap right-click
Reported by: | spookypeanut | Owned by: | SF/knakos |
---|---|---|---|
Priority: | normal | Component: | Port: WinCE |
Version: | Keywords: | ||
Cc: | Game: |
Description
While playing through The Dig recently, I found it really annoying that I kept accidentally right-clicking and bringing up the inventory by double tapping the screen. I realize this feature is one that some people / devices find useful, so I've just put a little toggle on/off entry in the ini file.
Put this line in the ini file to activate:
no_doubletap_rightclick=true
Do I get a prize for the smallest patch ever? Or one for editing the README too? :-)
Ticket imported from: #1868881. Ticket imported from: patches/882.
Attachments (2)
Change History (8)
by , 17 years ago
Attachment: | no_doubletap.patch added |
---|
comment:1 by , 17 years ago
size doesn't matter :-) This seems somewhat useful.
Anyway, for performance reasons, try caching the ini var once instead of constantly querying the confman object in real time (insside pollevent). This should be done in update_game_settings and a new member var added to the osystem_wince3 object.
comment:2 by , 17 years ago
Owner: | set to |
---|
comment:3 by , 17 years ago
Good point, and thanks for pointing me in the right direction :-) Have updated patch as suggested. File Added: no_dbltap_2.patch
comment:4 by , 16 years ago
Status: | new → closed |
---|
comment:6 by , 6 years ago
Component: | → Port: WinCE |
---|
allow toggling on and off the "double tap = right click" feature