| 1328 | const AutoArray<int>& InputSubsystem::GetUserKeys(UserAction action) const |
| 1329 | { |
| 1330 | return GInput.userKeys[action]; |
| 1331 | } |
| 1332 | void InputSubsystem::SetUserKeys(UserAction action, const AutoArray<int>& keys) |
| 1333 | { |
| 1334 | GInput.userKeys[action] = keys; |
| 1335 | } |
| 1336 | void InputSubsystem::CompactUserKeys(UserAction action) |
no outgoing calls
no test coverage detected