#include "global.h"#include "InputFilter.h"#include "RageLog.h"#include "RageInput.h"#include "RageThreads.h"Variables | |
| InputFilter * | INPUTFILTER = NULL |
| const float | TIME_BEFORE_SLOW_REPEATS = 0.25f |
| const float | TIME_BEFORE_FAST_REPEATS = 1.5f |
| const float | SLOW_REPEATS_PER_SEC = 8 |
| const float | FAST_REPEATS_PER_SEC = 8 |
| float | g_fTimeBeforeSlow |
| float | g_fTimeBeforeFast |
| float | g_fTimeBetweenSlow |
| float | g_fTimeBetweenFast |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7