gui/graph_displayer_canvas.h
changeset 1500 a222eb109e52
parent 1499 9316dcc0a355
child 1501 39d59aee2a1a
equal deleted inserted replaced
9:aa31e9785ba4 10:81f099be8f29
    94 
    94 
    95   ///Here we store the maps that can be displayed through properties.
    95   ///Here we store the maps that can be displayed through properties.
    96   MapStorage mapstorage;
    96   MapStorage mapstorage;
    97 
    97 
    98   ///Indicates whether the button of mouse is pressed or not
    98   ///Indicates whether the button of mouse is pressed or not
    99   bool isbutton;
    99   int isbutton;
   100 
   100 
   101   ///At this location was the mousebutton pressed.
   101   ///At this location was the mousebutton pressed.
   102   ///It helps to calculate the distance of dragging.
   102   ///It helps to calculate the distance of dragging.
   103   double clicked_x, clicked_y;
   103   double clicked_x, clicked_y;
   104 
   104