Ignore:
Timestamp:
Mar 26, 2014 2:57:06 PM (10 years ago)
Author:
gah
Message:

add flags to turn on/off motion event compression

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/mapviewer.tcl

    r4275 r4278  
    178178        pending         0
    179179        delay           100
     180        compress        0
    180181    }
    181182    # Initialize the view to some default parameters.
     
    10611062    set _motion(x) $x
    10621063    set _motion(y) $y
     1064    if { !$_motion(compress) } {
     1065        MouseMotion
     1066        return
     1067    }
    10631068    if { !$_motion(pending) } {
    10641069        set _motion(pending) 1
Note: See TracChangeset for help on using the changeset viewer.