libstratcom
1.1.0
A cross-platform library for interfacing with the Microsoft SideWinder Strategic Commander
|
The input event union. More...
#include <stratcom.h>
Data Fields | |
stratcom_input_event_button | button |
Button event. More... | |
stratcom_input_event_slider | slider |
Slider event. More... | |
stratcom_input_event_axis | axis |
Axis event. More... | |
The input event union.
Which type of the union is valid is determined by the stratcom_input_event::type field.
stratcom_input_event_axis stratcom_input_event::event_desc_T::axis |
Axis event.
stratcom_input_event_button stratcom_input_event::event_desc_T::button |
Button event.
stratcom_input_event_slider stratcom_input_event::event_desc_T::slider |
Slider event.