mpv/core/input
wm4 ee2e3b3374 core: change speed option/property to double
The --speed option and the speed property used float. Change them to
double.

Change the commands that manipulate the property (speed_mult/add) to
double as well. Since the cycle command shares code with the add
command, we change that as well.

The reason for this change is that this allows better control over
speed, such as stepping by semitones. Using floats is also just plain
unnecessary.
2013-08-05 00:00:26 +02:00
..
input.c core: change speed option/property to double 2013-08-05 00:00:26 +02:00
input.h m_config: refactor some things 2013-07-28 18:44:21 +02:00
joystick.c input: require VOs to send key up events, redo input key lookup 2013-07-02 12:19:16 +02:00
joystick.h
keycodes.h input: require VOs to send key up events, redo input key lookup 2013-07-02 12:19:16 +02:00
lirc.c
lirc.h