Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
GUIControlGroupList.cpp File Reference
#include "GUIControlGroupList.h"
#include "GUIMessage.h"
#include "GUIAction.h"
#include "input/Key.h"
#include "guilib/guiinfo/GUIInfoLabels.h"
#include "GUIControlProfiler.h"
#include "utils/StringUtils.h"
#include "GUIFont.h"

Macros

#define CLAMP(x, low, high)   (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
 

Macro Definition Documentation

§ CLAMP

#define CLAMP (   x,
  low,
  high 
)    (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))