elimelec / inethack

Automatically exported from code.google.com/p/inethack
GNU General Public License v2.0
0 stars 0 forks source link

Base center 'default action' tap on screen positon not tiles #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using the 16x16 tiles it's really really hard to tap on your character 
even at full zoom. 

Original issue reported on code.google.com by max...@gmail.com on 26 Aug 2009 at 7:10

GoogleCodeExporter commented 8 years ago
The center click is actually based on a 40x40 imaginary tile, independent of 
zoom
level. The funny thing is that it seems harder to hit it the more you zoomed 
out.
Will look at a way to simplify this.

Original comment by din...@gmail.com on 27 Aug 2009 at 6:04

GoogleCodeExporter commented 8 years ago
Turns out it was buggy. The test rect was 40x40 but the action after that was 
the
same as if you'd clicked a tile. Fixed in r233.

Original comment by din...@gmail.com on 27 Aug 2009 at 9:28