Go to the source code of this file.
Classes |
|
class | KeyReduceStatus |
Defines |
|
#define | DEFULAT_KEYREDUCE_THRESHOLD (0.5f) |
#define | KEYREDUCE_ABORT -1 |
#define | KEYREDUCE_STOP 0 |
#define | KEYREDUCE_CONTINUE 1 |
Functions |
|
CoreExport int | ApplyKeyReduction (Control *cont, Interval range, float thresh, TimeValue step, KeyReduceStatus *status) |
#define DEFULAT_KEYREDUCE_THRESHOLD (0.5f) |
Definition at line 22 of file keyreduc.h.
#define KEYREDUCE_ABORT -1 |
Definition at line 25 of file keyreduc.h.
#define KEYREDUCE_STOP 0 |
Definition at line 26 of file keyreduc.h.
#define KEYREDUCE_CONTINUE 1 |
Definition at line 27 of file keyreduc.h.
CoreExport int ApplyKeyReduction | ( | Control * | cont, |
Interval | range, | ||
float | thresh, | ||
TimeValue | step, | ||
KeyReduceStatus * | status | ||
) |