mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Fix documentation of input_events.h
Add missing reference to sc_gamepad_processor. Refs <https://github.com/Genymobile/scrcpy/pull/6216#pullrequestreview-3616928335>
This commit is contained in:
parent
dba2a3778f
commit
f6b50e6b3e
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@
|
|||
* for simplicity.
|
||||
*
|
||||
* This scrcpy input events API is designed to be consumed by input event
|
||||
* processors (sc_key_processor and sc_mouse_processor, see app/src/trait/).
|
||||
* processors (sc_key_processor, sc_mouse_processor and sc_gamepad_processor,
|
||||
* see app/src/trait/).
|
||||
*
|
||||
* One major semantic difference between SDL input events and scrcpy input
|
||||
* events is their frame of reference (for mouse and touch events): SDL events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue