|
Scancode | |
RawKeyCode = Scancode() | |
Parameters: NONE | |
Returns: RawKeyCode = The RAW KEY value of pressed key |
|
The Scancode function returns the current pressed (if any) RAW KEY value from keyboard. It's important to understand that the returned values, are NOT ASC II characters, but rather the raw codes that your keyboard uses to distinguish between each key. So each key upon the keyboard has a has it's own unique scancode value. FACTS: * ScanCode values are NOT characters codes. Mini Tutorial: This example reads the Scancode being pressed, displays it and then shows how to check for the various SHIFT,ALT and CTRL combinations.
|
Related Info: | BreakKey | Inkey$ | KeyBoardState | KeyState | Spacekey : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |