|
libstratcom
1.1.0
A cross-platform library for interfacing with the Microsoft SideWinder Strategic Commander
|
Input event structure. More...
#include <stratcom.h>
Data Structures | |
| union | event_desc_T |
| The input event union. More... | |
Data Fields | |
| stratcom_input_event_type | type |
| Type of the contained input event. More... | |
| union stratcom_input_event::event_desc_T | desc |
| Input event descriptor. More... | |
| struct stratcom_input_event_ * | next |
| Pointer to the next element in the linked list structure. More... | |
Input event structure.
Input events form a linked list where each element contains one specific input event.
| union stratcom_input_event::event_desc_T stratcom_input_event::desc |
Input event descriptor.
| struct stratcom_input_event_* stratcom_input_event::next |
Pointer to the next element in the linked list structure.
For the last element in the list this is NULL.
| stratcom_input_event_type stratcom_input_event::type |
Type of the contained input event.
1.8.7