Menu

#22 Behavior of right mouse click

Unstable
open
None
5
2015-06-09
2015-04-30
No

Releasing right click open toolcircle.
Pressing right click hide toolcircle.
Right click on the status bar does not open toolcircle.

1 Attachments

Discussion

  • Duong Khang NGUYEN

    • assigned_to: Duong Khang NGUYEN
     
  • Duong Khang NGUYEN

    Hi there,

    When I try the code with your patch applied, I can't hide to toolcircle with the right mouse button anymore. Please fix it.

    Best regards

     
  • Juan Montesano

    Juan Montesano - 2015-06-09

    This was for a change more great.
    The complete change is:

    -Not use goto in the display function in city.cpp.
    -Change variable name from _bLMBPressed to _bLMBPressedOverMap, this variable is true when left mouse is clicked over the map.
    -Add variable _RMBPressed.
    -Add rotation of the camera with the wheel mouse button.
    -Add move of the camera with the right mouse button, if the mouse not drag then it open the toolcircle.

    Feel free to change or not accept something :D

     

Log in to post a comment.