Difference between revisions of "IS GAME KEYBOARD KEY JUST PRESSED"
Jump to navigation
Jump to search
m (Link died, updated it a tad.) |
|||
Line 2: | Line 2: | ||
|np=1 | |np=1 | ||
|p1t=int | |p1t=int | ||
− | |p1d= | + | |p1d=key id |
− | |r= | + | |r=1 |
+ | |rt = bool | ||
+ | |rd = true / false | ||
}} | }} | ||
To find keyboard scan codes use following link: http://code.google.com/p/hyperdbg/source/browse/trunk/hyperdbg/scancode.c?spec=svn130&r=123 | To find keyboard scan codes use following link: http://code.google.com/p/hyperdbg/source/browse/trunk/hyperdbg/scancode.c?spec=svn130&r=123 |
Revision as of 12:29, 20 November 2016
Number of parameters: 1 | ||
---|---|---|
Parameter # | Type | Description |
1. | int | key id |
Return value: | ||
Type | Description | |
bool | true / false |
To find keyboard scan codes use following link: http://code.google.com/p/hyperdbg/source/browse/trunk/hyperdbg/scancode.c?spec=svn130&r=123