Changes between Version 20 and Version 21 of AndroidPort


Ignore:
Timestamp:
Dec 29, 2011, 3:41:48 PM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v20 v21  
    5555If touch is applied to an entity and immediately released, the entity is immediately selected.
    5656
     57 * Touch and release entity - immediately select entity.
     58
     59
     60
    5761If touch is applied to the game world for more than ~0,25s, a brief tactile feedback vibration is executed, and the interface enters 'selective mode.'
    5862
    59 If in selective mode a swiping gesture is applied to an entity, a circular selection is drawn with its center in the entity where the gesture began and a radius equal the length of the swipe, and selective mode ends.
     63 * Touch game world for more than ~0,25s - enter 'selective mode' and execute brief tactile feedback vibration.
    6064
    61 If in selective mode a swiping gesture is applied to ground terrain, a bounding box selection is drawn with one corner where the gesture began and the opposite corner where the gesture ended, and selective mode ends.
     65
     66
     67If a swipe began in an entity and ended in selective mode, a circular selection is drawn with its center in the entity where the gesture began and a radius equal the length of the swipe, and selective mode ends.
     68
     69 * Complete swipe beginning in entity while in selective mode - draw circular selection with center in the entity and radius equal the length of the swipe and exit selective mode.
     70
     71
     72
     73If a swiping began on terrain and ended in selective mode, a bounding box selection is drawn with one corner where the gesture began and the opposite corner where the gesture ended, and selective mode ends.
     74
     75 * Complete swipe beginning on terrain while in selective mode - draw bounding box selection with one corner where the gesture began and opposite corner where the gesture ended and exit selective mode.
     76
     77
    6278
    6379== Libraries ==