Arianne Project Meeting 2010/Development Discussions: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Kymara m →Documentation: typo |
imported>Kymara →Controls: add tracker |
||
| Line 133: | Line 133: | ||
* Check where Alt Gr is a bit buggy (diagonals, sometimes walk instead of action if target isn't a collision) |
* Check where Alt Gr is a bit buggy (diagonals, sometimes walk instead of action if target isn't a collision) |
||
* Double click not necessary in all cases |
* Double click not necessary in all cases |
||
* Use single click for attack, move, open chest, pick, harvest, inspect but not Use (else players used to double click will use twice and drag+drop may accidentally Use) |
* Use single click for attack, move, open chest, pick, harvest, inspect but not Use (else players used to double click will use twice and drag+drop may accidentally Use) {{Tracker|1825062}} |
||
* Question on how double click mouse events are processed - a single mouse event? |
* Question on how double click mouse events are processed - a single mouse event? |
||
** creates two MouseEvents for clicked: one with click count 1 and one with click count 2 |
** creates two MouseEvents for clicked: one with click count 1 and one with click count 2 |
||