Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
GUIButtonControl.cpp File Reference
#include "GUIButtonControl.h"
#include "GUIFontManager.h"
#include "input/Key.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)))