|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIControlGroupList.h"#include "GUIAction.h"#include "GUIControlProfiler.h"#include "GUIFont.h"#include "GUIMessage.h"#include "guilib/guiinfo/GUIInfoLabels.h"#include "input/actions/Action.h"#include "input/actions/ActionIDs.h"#include "input/mouse/MouseEvent.h"#include "utils/StringUtils.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))) |