This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:orx:reference:io:main [2013/05/24 05:47 (13 years ago)] – [OrxInput] sergeig | en:orx:reference:io:main [2018/01/19 10:58 (8 years ago)] (current) – Content moved. Deleted. sausage | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Input/ | ||
| - | |||
| - | ==== OrxFile ==== | ||
| - | File / file system module. Module that handles file / file system access. | ||
| - | |||
| - | ==== OrxInput ==== | ||
| - | Input module. Module that handles generalized inputs (keyboard, mouse, joystick, ...) | ||
| - | |||
| - | Input events may be defined either in the config file or in code with orxInput_Bind*() functions. They can be changed on the fly, of course, and you can create inputs than don't necessarily map to physical device by using the orxINPUT_TYPE_EXTERNAL value of the enum. | ||
| - | |||
| - | It allows to group everything through the generic input system. Events can be bound to whatever any input source: physical device, GUI " | ||
| - | |||
| - | orxInput_SetValue() sets the value for one frame. | ||
| - | |||
| - | orxInput_SetPermanentValue() sets the value till someone sets it to something different. | ||
| - | ==== OrxJoystick ==== | ||
| - | Joystick plugin module. Plugin module that handles joystick-like peripherals. | ||
| - | |||
| - | ==== OrxKeyboard ==== | ||
| - | Keyboard plugin module. Plugin module that handles keyboard peripherals. | ||
| - | |||
| - | ==== OrxMouse ==== | ||
| - | Mouse plugin module. Plugin module that handles mouse-like peripherals. | ||
| - | |||
| - | ===== Config ===== | ||
| - | * [[en: | ||
| - | * [[en: | ||
| - | * [[en: | ||
| - | * [[en: | ||
| - | |||
| - | ===== Tutorials ===== | ||
| - | |||
| - | * [[en: | ||