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) |
|||
| Line 5: | Line 5: | ||
|r=0 | |r=0 | ||
}} | }} | ||
| + | |||
| + | 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 00:11, 2 December 2012
| Number of parameters: 4 | ||
|---|---|---|
| Parameter # | Type | Description |
| 1. | int | Keyboard Scan Code |
| Return value: | ||
| Type | Description | |
| None | ||
To find keyboard scan codes use following link: http://code.google.com/p/hyperdbg/source/browse/trunk/hyperdbg/scancode.c?spec=svn130&r=123