Loading

Paste #piynvook7

  1. window.cpp
  2. 78:SpecialMouseMode _special_mouse_mode; ///< Mode of the mouse.
  3. 1881:   if (_special_mouse_mode != WSM_PRESIZE) return;
  4. 1901:   if (_special_mouse_mode != WSM_DRAGDROP) return ES_NOT_HANDLED;
  5.  
  6. depot_gui.cpp
  7. 1042:   if (_special_mouse_mode != WSM_DRAGDROP) return;
  8.  
  9. group_gui.cpp
  10. 973:    if (_special_mouse_mode != WSM_DRAGDROP) return;
  11.  
  12. viewport.cpp
  13. 2823:   _special_mouse_mode = WSM_SIZING;
  14. 2853:   _special_mouse_mode = WSM_PRESIZE;
  15. 3431:   if (_special_mouse_mode != WSM_SIZING) return ES_NOT_HANDLED;
  16. 3448:   _special_mouse_mode = WSM_NONE;
  17. 3496:           _special_mouse_mode = WSM_DRAGDROP;
  18. 3498:           _special_mouse_mode = WSM_NONE;
  19.  
  20. window_gui.h
  21. 901:extern SpecialMouseMode _special_mouse_mode;

Comments