Version

menu_open
Target Platform(s):
Wwise SDK 2019.2.15

◆ AkClamp

#define AkClamp (   x,
  min,
  max 
)    ((x) < (min)) ? (min) : (((x) > (max) ? (max) : (x)))

Definition at line 93 of file AkPlatformFuncs.h.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise