| 1254 | static_assert(std::size(userActionDesc) == UAN, |
| 1255 | "UserActionDesc table must have exactly one entry per UserAction (UAN)"); |
| 1256 | return userActionDesc; |
| 1257 | } |
| 1258 | |
| 1259 | bool InputSubsystem::IsReverseMouse() const |
| 1260 | { |
| 1261 | return GInput.mouse.reverseY; |
| 1262 | } |
no outgoing calls