cc_event Struct Reference

An event to be passed to the user program. More...

#include <events.h>


Data Fields

uint32 param1
uint32 param2
uint32 param3
uint32 param4
cc_event_type_t type
 The type of this event.


Detailed Description

An event to be passed to the user program.

An event is a small amount of data that is passed to the user program from the operating system below. Various types of events exist. For a reference of these events, consult the cc_event_type_t documentation

Since:
1.0.0

Field Documentation

The type of this event.

This value controls what each of the other parameters in this event actually mean.

Since:
1.0.0


The documentation for this struct was generated from the following file:
SourceForge.net Logo