Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
GUIButtonControl.cpp File Reference

Macros

#define CLAMP(x, low, high)
 

Macro Definition Documentation

◆ CLAMP

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