0x004C6FCE
| 1729 | |
| 1730 | // 0x004C6FCE |
| 1731 | static MouseButton loc_4C6FCE(int32_t& x, int32_t& y) |
| 1732 | { |
| 1733 | x = _cursor2.x; |
| 1734 | y = _cursor2.y; |
| 1735 | return MouseButton::released; |
| 1736 | } |
| 1737 | |
| 1738 | // 0x004C70F1 |
| 1739 | static MouseButton rightMouseButtonReleased(int32_t& x, int32_t& y) |