Nuclide
Software Development Kit for id Tech
|
Go to the source code of this file.
Functions | |
int | Util_CheckMouse (int x, int y, int sx, int sy) |
string | Util_CmdToKey (string cmd) |
float | lerp (float fA, float fB, float fPercent) |
Linear lerp function. More... | |
Linear lerp function.
startValue | is the value closest when lerpAmount is 0.0 |
endValue | is the value closest when lerpAmount is 1.0 |
lerpAmount | is the lerp value. Between 0.0 and 1.0 is common. |
int Util_CheckMouse | ( | int | x, |
int | y, | ||
int | sx, | ||
int | sy | ||
) |