Skip to content

Module_KeyInput

Charles edited this page Aug 5, 2026 · 10 revisions

Module: KeyInput

Status summary

Component Section 32-bit 64-bit Claimant Source Repo summary
KeyInput ROM modules - Built Gerph 32-bit built, 64-bit built, tested in repo

Development status

Diagram from Module_KeyInput

Completeness

SWIs Vectors Uses Vectors TOTAL
50.00% 50.00% 50.00% 50.00%

Summary

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.

Relationships

Relationship diagram not yet generated.

Discovered features

  • Has swis
  • Is c

Provides

Functionality

In 32bit In 64 bit Interface

None found

Commands

None

SWIs

In 32bit In 64 bit Interface
🔲 KeyInput_Check (&58540)
🔲 KeyInput_CheckMultiple (&58541)
🔲 KeyInput_Scan (&58542)
🔲 KeyInput_ScanMultiple (&58543)

Services

None

Vectors

In 32bit In 64 bit Interface
🔲 KEYV

Events

None

UpCalls

None


Issues calls to

Services

None

Vectors

In 32bit In 64 bit Interface
🔲 ?

Events

None

UpCalls

None

Modules

  • MessageTrans
  • SharedCLibrary

Clone this wiki locally