-
-
Notifications
You must be signed in to change notification settings - Fork 0
Module_KeyInput
Charles edited this page Aug 5, 2026
·
10 revisions
| Component | Section | 32-bit | 64-bit | Claimant | Source | Repo summary |
|---|---|---|---|---|---|---|
| KeyInput | ROM modules | - | Built | Gerph | 32-bit built, 64-bit built, tested in repo |
| SWIs | Vectors | Uses Vectors | TOTAL |
|---|---|---|---|
| 50.00% | 50.00% | 50.00% | 50.00% |
KeyInput is a keyboard-input helper/driver module. Its SWIs test or scan one/multiple keys, and it intercepts KeyV (with old-vector chaining) to implement the input semantics.
Relationship diagram not yet generated.
- Has swis
- Is c
| In 32bit | In 64 bit | Interface |
|---|
None found
None
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 |
KeyInput_Check (&58540) |
| ✅ | 🔲 |
KeyInput_CheckMultiple (&58541) |
| ✅ | 🔲 |
KeyInput_Scan (&58542) |
| ✅ | 🔲 |
KeyInput_ScanMultiple (&58543) |
None
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 | KEYV |
None
None
None
| In 32bit | In 64 bit | Interface |
|---|---|---|
| ✅ | 🔲 | ? |
None
None
MessageTransSharedCLibrary
