libstratcom  1.1.0
A cross-platform library for interfacing with the Microsoft SideWinder Strategic Commander
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Pages
Data Structures | Data Fields
stratcom_input_event Struct Reference

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...
 

Detailed Description

Input event structure.

Input events form a linked list where each element contains one specific input event.

See also
stratcom_create_input_events_from_states(), stratcom_free_input_events()

Field Documentation

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.


The documentation for this struct was generated from the following file: