| 694 | } |
| 695 | |
| 696 | void SetJoystickRTriggerThreshold(float threshold) |
| 697 | { |
| 698 | assert(s_currWindowCtx); |
| 699 | assert(threshold >= -100.f && threshold <= 100.f); |
| 700 | s_currWindowCtx->rTriggerInfo.threshold = threshold; |
| 701 | } |
| 702 | |
| 703 | void SetJoystickMapping(int key, unsigned int joystickButton) |
| 704 | { |
no outgoing calls
no test coverage detected