| 687 | } |
| 688 | |
| 689 | void SetJoystickLTriggerThreshold(float threshold) |
| 690 | { |
| 691 | assert(s_currWindowCtx); |
| 692 | assert(threshold >= -100.f && threshold <= 100.f); |
| 693 | s_currWindowCtx->lTriggerInfo.threshold = threshold; |
| 694 | } |
| 695 | |
| 696 | void SetJoystickRTriggerThreshold(float threshold) |
| 697 | { |
no outgoing calls
no test coverage detected