Changeset 31690 in osm for applications/editors/josm/plugins/touchscreenhelper/src
- Timestamp:
- 2015-10-25T04:33:39+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 1 deleted
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins
- Property svn:ignore
-
old new 1 1 rasterfilters/build 2 2 continuos-download 3 Dxf-Import 4 TombPlugin
-
- Property svn:ignore
-
applications/editors/josm/plugins/touchscreenhelper
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/touchscreenhelper/src/touchscreenhelper/BrowseAction.java
r29259 r31690 14 14 import org.openstreetmap.josm.data.coor.EastNorth; 15 15 import org.openstreetmap.josm.tools.Shortcut; 16 import utils.TimedKeyReleaseListener;17 16 18 17 public class BrowseAction extends MapMode implements MouseListener, -
applications/editors/josm/plugins/touchscreenhelper/src/touchscreenhelper/TimedKeyReleaseListener.java
r31689 r31690 1 package utils;1 package touchscreenhelper; 2 2 3 3 // Thanks to http://www.arco.in-berlin.de/keyevent.html
Note:
See TracChangeset
for help on using the changeset viewer.