* Is the user dragging a 'diagonal rectangle'? * @return User is dragging a rotated rectangle. */
| 2654 | * @return User is dragging a rotated rectangle. |
| 2655 | */ |
| 2656 | bool TileHighlightData::IsDraggingDiagonal() |
| 2657 | { |
| 2658 | return (this->place_mode & HT_DIAGONAL) != 0 && _ctrl_pressed && _left_button_down; |
| 2659 | } |
| 2660 | |
| 2661 | /** |
| 2662 | * Get the window that started the current highlighting. |
no outgoing calls
no test coverage detected