From d440fe642f32ffb5ff3a5581ab3ec7531025510d Mon Sep 17 00:00:00 2001 From: Kieran Brown Date: Sat, 11 Apr 2020 14:59:52 -0400 Subject: [PATCH] Updated Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14b7914..66a7376 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # Sliders **Sliders** is a compilation of all my stylable drag based SwiftUI components. It provides a variety of unique controls as well as an enhanced version of the normal `Slider` called an `LSlider`. -The various components are + +The various components are: * `LSlider` - a spatially adaptive slider that fits to its container at any angle you decide. * `RSlider` - A circularly shaped slider which restricts movement of the thumb to the radius of the circle * `OverflowSlider` - A meter like slider which has two moving components, the track and the thumb. Also has velocity based gestures implemented * `TrackPad` - A 2D version of a normal slider, which restricts displacement of the thumb to the bounds of the track * `RadialPad` - A joystick like component that does not reset the position of the thumb upon gesture end. +* `Joystick` - an onscreen joystick that can appear anywhere the user drags within the defined hitbox, if the drag ends inside the lockbox, the joystick remains onscreen locked in the forward position. if the drag ends **not** inside the lockbox the joystick fades away until the hitbox is dragged again.