9 #import <Foundation/NSTimer.h> 10 #import <UIKit/UIEvent.h> 14 NSTimer* m_pressAutoRepeatTimer;
15 NSTimer* m_siriRemoteIdleTimer;
18 @property(nonatomic)
bool siriRemoteIdleState;
20 - (void)startSiriRemoteIdleTimer;
21 - (void)stopSiriRemoteIdleTimer;
22 - (void)setSiriRemoteIdleState;
23 - (void)startKeyPressTimer:(
int)keyId;
24 - (void)startKeyPressTimer:(
int)keyId clickTime:(NSTimeInterval)interval;
25 - (void)stopKeyPressTimer;
26 - (void)keyPressTimerCallback:(NSTimer*)theTimer;
27 - (void)remoteControlEvent:(UIEvent*)receivedEvent;