package
0.1.4
Repository: https://github.com/funjack/launchcontrol.git
Documentation: pkg.go.dev

# Functions

Distance returns the distance (in percent) that will be moved with the given speed (in percent) and duration.
Duration returns the time it will take to move the given distance (in percent) at the given speed (in percent.).
Speed returns the speed (in percent) to move the given distance (in percent) in the given duration.

# Constants

PositionMax is the hight position possible.
PositionMin is the lowest position possible.
SpeedLimitMax is the fasts movement command possible.
SpeedLimitMin is the slowest movement command possible.
Threshold is the minimum amount of time between actions.

# Structs

Action is a move at a specific time.
Loader loads Funscripts.
Script is the Funscript container type holding Launch data.
Stats when generated script.

# Type aliases

Range in percent.