![[]](/images/special/trans.gif)
LibN2L-4 Library Code ReferenceClassesCompounds Files Members Method Index Full Reference events/constants.cppGo to the documentation of this file.00001 #include "events/constants.h" 00002 00003 00004 namespace n2l 00005 { 00006 const tFloat JoystickAxisMagBound = 32768.0f; 00007 const tFloat JoystickAxisInverseMagBound = -32768.0f; 00008 00009 } |