graph_displayer_canvas.h
branchgui
changeset 20 a3bd39d50930
parent 19 164783ceb9be
child 21 44bb92014108
equal deleted inserted replaced
9:e775a0c1fa20 10:e6f34b0ac7c8
    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