载入中...
搜索中...
未找到
Pad.cpp 文件参考
#include "joystick/sdl/Pad.h"
#include "common/Exception.h"
#include <algorithm>
#include <cstring>
#include <limits>

浏览源代码.

命名空间

namespace  eve
 
namespace  eve::joystick
 
namespace  eve::joystick::sdl
 

宏定义

#define SDL_TICKS_PASSED(A, B)   ((Sint32)((B) - (A)) <= 0)
 

宏定义说明

◆ SDL_TICKS_PASSED

#define SDL_TICKS_PASSED (   A,
 
)    ((Sint32)((B) - (A)) <= 0)

在文件 Pad.cpp10 行定义.