Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
GUIControlGroupList.cpp File Reference

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)))