PureBasic - Keyboard

Overview

PureBasic provides fast and easy access to the keyboard. This capability should only be used in applications where raw and extremely fast access is required, such as in games for instance. It use the DirectX technology.

This library was created for games and multimedia applications, which need fast keyboard access based on DirectX. For regular Windows applications, it is better to use the AddKeyboardShortcut() function.

Command Index

ExamineKeyboard
InitKeyboard
KeyboardInkey
KeyboardMode
KeyboardPushed
KeyboardReleased

Example

Keyboard.pb

Supported OS

All

Reference Manual - Index