branchsbox/controller-hapticscancel

11 Commits over 31 Days - 0.01cph!

10 Days Ago
Haptic effect support for VR
10 Days 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
19 Days Ago
Update haptics per-controller Scoped haptics support
19 Days Ago
Docs, cleanup Apply LengthScale
19 Days Ago
Squash history, update for SDL
48 Days 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
48 Days Ago
More patterns Stomp active patterns when using raw access API Docs, allow length scaling
52 Days 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
53 Days Ago
Better & simpler motor control Impulse trigger preview Haptic editor - Play -> Preview
53 Days Ago
Motor frequency emulation Remove unused PWM fixes
54 Days Ago
Initial Improve API, add targets (left/right motor, left/right trigger)