0% found this document useful (0 votes)
145 views1 page

Eventcheckers H

This header file defines functions to check for events like keystrokes, target tracking, and infrared signals. It includes function prototypes for Check4Keystroke, CheckTargetTracking, and CheckIR which return true or false depending on whether the specific event occurred.

Uploaded by

api-272643960
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
145 views1 page

Eventcheckers H

This header file defines functions to check for events like keystrokes, target tracking, and infrared signals. It includes function prototypes for Check4Keystroke, CheckTargetTracking, and CheckIR which return true or false depending on whether the specific event occurred.

Uploaded by

api-272643960
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

/****************************************************************************

Module
EventCheckers.h
Description
header file for the event checking functions
Notes
*****************************************************************************/
#ifndef EventCheckers_H
#define EventCheckers_H
// prototypes for event checkers
bool Check4Keystroke(void);
bool CheckTargetTracking(void);
bool CheckIR(void);
#endif /* EventCheckers_H */

You might also like