| 282 | } |
| 283 | |
| 284 | static void DeleteGamepadTrigger(dmInputDDF::GamepadTrigger* triggers, uint32_t count) |
| 285 | { |
| 286 | for (uint32_t i = 0; i < count; ++i) |
| 287 | { |
| 288 | delete [] triggers[i].m_Action; |
| 289 | } |
| 290 | |
| 291 | delete [] triggers; |
| 292 | } |
| 293 | |
| 294 | void SetBinding(HBinding binding, dmInputDDF::InputBinding* ddf) |
| 295 | { |
no outgoing calls
no test coverage detected