| 279 | } |
| 280 | |
| 281 | static bool AS_GetInputDown(int controller_id, const std::string& which_key) { |
| 282 | return AS_GetInputDownFiltered(controller_id, which_key, KIMF_PLAYING); |
| 283 | } |
| 284 | |
| 285 | static bool AS_GetInputPressedFiltered(int controller_id, const std::string& which_key, uint32_t filter) { |
| 286 | PlayerInput* controller = Input::Instance()->GetController(controller_id); |
nothing calls this directly
no test coverage detected