| 773 | } |
| 774 | |
| 775 | void HandleControls(bool isTitle) |
| 776 | { |
| 777 | // Poll input devices and update input variables. |
| 778 | // TODO: To allow cutscene skipping later, don't clear Deselect action. |
| 779 | UpdateInputActions(false, true); |
| 780 | |
| 781 | if (isTitle) |
| 782 | ClearAction(In::Look); |
| 783 | } |
| 784 | |
| 785 | GameStatus HandleMenuCalls(bool isTitle) |
| 786 | { |
no test coverage detected