Updated raylib input system (markdown)

master
Ray 6 年之前
父節點
當前提交
857254f70e
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      raylib-input-system.md

+ 2
- 2
raylib-input-system.md

@ -49,8 +49,8 @@ Keyboard polling is a special case, it can use directly `stdin` inputs to read k
Input | Library | Details
:---: | :---: | ---
KEYBOARD (1) | - | `stdin` is remapped to read keys using: `InitKeyboard()`, `ProcessKeyboard()`, `RestoreKeyboard()`
KEYBOARD (2) | libevdev | Using standard `input_event` to read events from input device
KEYBOARD | - | `stdin` is remapped to read keys using: `InitKeyboard()`, `ProcessKeyboard()`, `RestoreKeyboard()`
KEYBOARD | libevdev | Using standard `input_event` to read events from input device
MOUSE | libevdev | **Threaded**: `InitMouse()` -> `EventThreadSpawn()` -> `EventThread()`, uses `input_event`
GAMEPAD | joystick.h | **Threaded**: `InitGamepad()` -> `GamepadThread()`, uses `js_event`
TOUCH | libevdev | *Share `MOUSE` implementation*

Loading…
取消
儲存