![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
#include <InputEngine.h>
Data Fields | |
| enum eventtypes | eventtype |
| int | configDeviceID |
| For which device (which config file) was this binding defined? More... | |
| int | keyCode |
| bool | explicite |
| bool | ctrl |
| bool | shift |
| bool | alt |
| int | mouseButtonNumber |
| int | joystickNumber |
| int | joystickButtonNumber |
| int | joystickAxisNumber |
| float | joystickAxisDeadzone |
| float | joystickAxisLinearity |
| int | joystickAxisRegion |
| bool | joystickAxisReverse |
| bool | joystickAxisHalf |
| bool | joystickAxisUseDigital |
| int | joystickPovNumber |
| int | joystickPovDirection |
| int | joystickSliderNumber |
| int | joystickSliderReverse |
| int | joystickSliderRegion |
| char | configline [256] |
| Mixed use: keyboard=key, joyButton=buttonNum, POV=direction, joyAxes=options. More... | |
| char | group [128] |
| char | tmp_eventname [128] |
| char | comments [1024] |
Definition at line 418 of file InputEngine.h.
| bool RoR::event_trigger_t::alt |
Definition at line 428 of file InputEngine.h.
| char RoR::event_trigger_t::comments[1024] |
Definition at line 456 of file InputEngine.h.
| int RoR::event_trigger_t::configDeviceID |
For which device (which config file) was this binding defined?
Definition at line 422 of file InputEngine.h.
| char RoR::event_trigger_t::configline[256] |
Mixed use: keyboard=key, joyButton=buttonNum, POV=direction, joyAxes=options.
Definition at line 453 of file InputEngine.h.
| bool RoR::event_trigger_t::ctrl |
Definition at line 426 of file InputEngine.h.
| enum eventtypes RoR::event_trigger_t::eventtype |
Definition at line 421 of file InputEngine.h.
| bool RoR::event_trigger_t::explicite |
Definition at line 425 of file InputEngine.h.
| char RoR::event_trigger_t::group[128] |
Definition at line 454 of file InputEngine.h.
| float RoR::event_trigger_t::joystickAxisDeadzone |
Definition at line 436 of file InputEngine.h.
| bool RoR::event_trigger_t::joystickAxisHalf |
Definition at line 440 of file InputEngine.h.
| float RoR::event_trigger_t::joystickAxisLinearity |
Definition at line 437 of file InputEngine.h.
| int RoR::event_trigger_t::joystickAxisNumber |
Definition at line 435 of file InputEngine.h.
| int RoR::event_trigger_t::joystickAxisRegion |
Definition at line 438 of file InputEngine.h.
| bool RoR::event_trigger_t::joystickAxisReverse |
Definition at line 439 of file InputEngine.h.
| bool RoR::event_trigger_t::joystickAxisUseDigital |
Definition at line 441 of file InputEngine.h.
| int RoR::event_trigger_t::joystickButtonNumber |
Definition at line 433 of file InputEngine.h.
| int RoR::event_trigger_t::joystickNumber |
Definition at line 432 of file InputEngine.h.
| int RoR::event_trigger_t::joystickPovDirection |
Definition at line 445 of file InputEngine.h.
| int RoR::event_trigger_t::joystickPovNumber |
Definition at line 444 of file InputEngine.h.
| int RoR::event_trigger_t::joystickSliderNumber |
Definition at line 448 of file InputEngine.h.
| int RoR::event_trigger_t::joystickSliderRegion |
Definition at line 450 of file InputEngine.h.
| int RoR::event_trigger_t::joystickSliderReverse |
Definition at line 449 of file InputEngine.h.
| int RoR::event_trigger_t::keyCode |
Definition at line 424 of file InputEngine.h.
| int RoR::event_trigger_t::mouseButtonNumber |
Definition at line 430 of file InputEngine.h.
| bool RoR::event_trigger_t::shift |
Definition at line 427 of file InputEngine.h.
| char RoR::event_trigger_t::tmp_eventname[128] |
Definition at line 455 of file InputEngine.h.
1.8.17