|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIButtonControl.h"#include "GUIFontManager.h"#include "input/actions/Action.h"#include "input/actions/ActionIDs.h"#include "input/mouse/MouseEvent.h"Macros | |
| #define | CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) |
| #define CLAMP | ( | x, | |
| low, | |||
| high | |||
| ) | (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x))) |