2 #ifndef _YI_GAME_PAD_BUTTON_H_ 3 #define _YI_GAME_PAD_BUTTON_H_ 43 const static int32_t REPEAT_THRESHOLD;
44 const static int32_t REPEAT_INITIAL_VALUE;
48 void Update(
bool isPressed,
bool bIsAutoRepeat =
false);
51 int32_t m_nRepeatValue;
58 #endif // _YI_GAME_PAD_BUTTON_H_
Definition: YiGamePad.h:22