mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Enumerants: * ButtonCode_t::JOYSTICK_MAX_BUTTON_COUNT = 32 (previously 26, incorrect...). * AnalogCode_t::JOYSTICK_FIRST_AXIS = 2 (previously 4, incorrect...). * Added: ButtonCode_t::KEY_CREDITSIGN (k104, last key). * Fixed up Xbox controller enums. Structs xdevice_t: * Added partially reversed unkownhiddevice_t structure (used for non-xbox hardware). General: * Added static assertions for structure sizes.