branchsbox/controller-hapticscancel

11 Commits over 31 Days - 0.01cph!

11 Months Ago
Haptic effect support for VR
11 Months Ago
Squash history, update for SDL Docs, cleanup Apply LengthScale Update haptics per-controller Scoped haptics support Vibrations -> Haptics, wrap patterns inside an event to simplify API e.g. ```cs Input.TriggerHaptics( HapticEffect.HardImpact ); ``` Docs update
11 Months Ago
Update haptics per-controller Scoped haptics support
11 Months Ago
Docs, cleanup Apply LengthScale
11 Months Ago
Squash history, update for SDL
1 Year Ago
Initial Improve API, add targets (left/right motor, left/right trigger) Motor frequency emulation Remove unused PWM fixes Better & simpler motor control Impulse trigger preview Haptic editor - Play -> Preview Approach this differently: let's just do a bunch of preset patterns and allow them to be scaled Remove stuff that we're not using now More patterns (though defining these in code feels silly) Apply scales, clean up More patterns Stomp active patterns when using raw access API Docs, allow length scaling
1 Year Ago
More patterns Stomp active patterns when using raw access API Docs, allow length scaling
1 Year Ago
Approach this differently: let's just do a bunch of preset patterns and allow them to be scaled Remove stuff that we're not using now More patterns (though defining these in code feels silly) Apply scales, clean up
1 Year Ago
Better & simpler motor control Impulse trigger preview Haptic editor - Play -> Preview
1 Year Ago
Motor frequency emulation Remove unused PWM fixes
1 Year Ago
Initial Improve API, add targets (left/right motor, left/right trigger)