Reset the cursor and mouse mode handling back to default (normal cursor, only clicking in windows). */
| 3571 | |
| 3572 | /** Reset the cursor and mouse mode handling back to default (normal cursor, only clicking in windows). */ |
| 3573 | void ResetObjectToPlace() |
| 3574 | { |
| 3575 | SetObjectToPlace(SPR_CURSOR_MOUSE, PAL_NONE, HT_NONE, WC_MAIN_WINDOW, 0); |
| 3576 | } |
| 3577 | |
| 3578 | Point GetViewportStationMiddle(const Viewport &vp, const Station *st) |
| 3579 | { |
no test coverage detected