* @brief Moves the mouse to the first inventory slot. */
| 908 | * @brief Moves the mouse to the first inventory slot. |
| 909 | */ |
| 910 | void FocusOnInventory() |
| 911 | { |
| 912 | SetCursorPos(InvRect[25].X + (INV_SLOT_SIZE_PX / 2), InvRect[25].Y - (INV_SLOT_SIZE_PX / 2)); |
| 913 | } |
| 914 | |
| 915 | void plrctrls_after_check_curs_move() |
| 916 | { |
no test coverage detected