Changeset 1158 for trunk


Ignore:
Timestamp:
09/21/18 13:35:44 (6 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/ApolloGestureActions.java

    r1155 r1158  
    4242
    4343public class ApolloGestureActions implements GestureListener {
     44        //@formatter:off
    4445        public enum ApolloGestureType {
    45                 ADJUST_INITIATION_TIME, ADJUST_VERTICAL_POSITION, CREATE_LINKED_TRACKS, MODULUS_POSITION, // TODO: Think of a
    46                                                                                                                                                                                                         // better name.
    47                                                                                                                                                                                                         // cts16
     46                ADJUST_INITIATION_TIME,
     47                ADJUST_VERTICAL_POSITION,
     48                CREATE_LINKED_TRACKS,
     49                MODULUS_POSITION, // TODO: Think of a better name. cts16
    4850                TOGGLE_QUALITY_GRAPHICS
    4951        }
     52        //@formatter:on
    5053
    5154        private static ApolloGestureActions _instance = null;
     
    224227                                                final PickUpGestureData data = (PickUpGestureData) gesture.getData();
    225228                                                if (data.getCopy()) {
    226                                                         StandardGestureActions.getInstance().copyPlace(sampledTracks.get(0).getItems().get(0));
    227229                                                }
    228230                                                anchorTracks();
     
    546548                        }
    547549
    548                 }
     550                } 
    549551
    550552                // Expeditees frame mouse actions uses an offset and fights over free-item
Note: See TracChangeset for help on using the changeset viewer.