Introduction

Getting Started

Programming Guides

API Reference

Additional Resources

Events Index

This index lists the functions associated with stand alone window event handling. To use these functions, you must include hc_standalone.h or use the macro INCLUDE_HOOPS_STANDALONE as seen in the example below:

/*including the header that contains the event handling functions */
#include "hc_standalone.h"

/*using a macro to include the header that contains the event handling functions */
#define INCLUDE_HOOPS_STANDALONE
A  C  D  E  F  G  Q  R  S 
A

Await_Event
C

Check_For_Events
D

Disable_Button_Events (see Enable_Button_Events)
Disable_Selection_Events (see Enable_Selection_Events)
Disable_String_Events (see Enable_String_Events )
Disable_Wakeup_Events (see Enable_Wakeup_Events)
E

Enable_Button_Events
Enable_Location_Events
Enable_Selection_Events
Enable_String_Events
Enable_Wakeup_Events
F

Flush_All_Events
G

Get_Button
Get_Location
Get_Selection
Get_String
Get_String_With_Encoding (see Get_String)
Get_Wakeup
Q

Queue_Button_Event
Queue_Location_Event
Queue_Related_Selection
Queue_Selection_Event
Queue_Special_Event
Queue_String_Event
Queue_Wakeup_Event
R

Requeue_Event
S

Show_Event
Show_Special_Event