Changes between Version 21 and Version 22 of AndroidPort


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v21 v22  
    3030 * Swipe right - pan camera left.
    3131
    32 Additionally, the further from the center of the screen the swiping motion begins, the faster the panning will be.
     32The further from the center of the screen the swiping motion begins, the faster the panning will be.
    3333
    3434Camera rotation is performed by applying a circular swipe gesture on the screen:
     
    5757 * Touch and release entity - immediately select entity.
    5858
    59 
    60 
    6159If 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.'
    6260
    63  * Touch game world for more than ~0,25s - enter 'selective mode' and execute brief tactile feedback vibration.
    64 
    65 
     61 * Touch game world for more than ~0,25s - enter 'selective mode' and execute brief tactile feedback vibration.
    6662
    6763If 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.
    6864
    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.
     65 * 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.
    7066
     67If 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.
    7168
    72 
    73 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.
    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 
     69 * 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.
    7870
    7971== Libraries ==