C API for BALTECH SDK
keyboard.h File Reference

Commands to get a key from the keyboard and to control the keyboard. More...

#include "../typedefs.h"

Go to the source code of this file.

Functions

brp_errcode brp_Keyboard_Exist (brp_protocol protocol, bool *KeyboardConnected)
 Checks if a keyboard is connected. More...
 
brp_errcode brp_Keyboard_CurrentKey (brp_protocol protocol, unsigned *Key)
 Returns the keycode of the currently pressed key. More...
 
brp_errcode brp_Keyboard_EnableWakeup (brp_protocol protocol, bool Enable)
 Enables the keyboard wake-up feature. More...
 
brp_errcode brp_Keyboard_WaitForKey (brp_protocol protocol, unsigned Timeout, unsigned *Key)
 Waits until a key press is detected. More...
 

Detailed Description

Commands to get a key from the keyboard and to control the keyboard.

Definition in file keyboard.h.