Difference between revisions of "84PCE:Syscalls:021D3C"
From WikiTI
(Created page with "GetCSC 021D3C - GetCSC == Synopsis == '''Hypothesized Official Name:''' GetCSC '''C Function Address:''...") |
(No difference)
|
Revision as of 09:41, 22 September 2015
Synopsis
Hypothesized Official Name: GetCSC
C Function Address: 021D3Ch
Gets a keyboard code from the assembly routine _GetCSC.
Function Prototype
int GetCSC(void);
Arguments
- None (void)
Returns
- The keycode value of _GetCSC is returned as an 24bit int.