Difference between revisions of "IS GAME KEYBOARD KEY JUST PRESSED"
Jump to navigation
Jump to search
(To find keyboard scan codes use following link: http://code.google.com/p/hyperdbg/source/browse/trunk/hyperdbg/scancode.c?spec=svn130&r=123) |
m (Link died) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Native | {{Native | ||
− | |np= | + | |np=1 |
|p1t=int | |p1t=int | ||
− | |p1d= | + | |p1d=key id |
− | |r= | + | |r=1 |
+ | |rt = bool | ||
+ | |rd = true / false | ||
}} | }} |
Latest 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 |