Changes between Version 26 and Version 27 of AndroidPort


Ignore:
Timestamp:
Dec 30, 2011, 5:55:42 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v26 v27  
    6969 * Touch game world for more than ~0,25s - enter 'selective mode' and play brief tactile feedback vibration.
    7070
    71 If 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.
     71While in 'selective mode', a bounding box is drawn with one corner where the touch point was when the mode began and the opposite corner where the touch point currently is.
    7272
    73  * 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.
    74 
    75 If 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.
    76 
    77  * 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.
     73While in 'selective mode', the camera pans slowly in the direction that is inverse of the direction from the center to the screen to where the touch point currently is.
    7874
    7975== Libraries ==