|
Jetson Inference
DNN Vision Library
|
Go to the documentation of this file.
23 #ifndef __DEV_KEYBOARD_H__
24 #define __DEV_KEYBOARD_H__
31 #include <linux/input-event-codes.h>
44 static KeyboardDevice*
Create(
const char* path=
"/dev/input/by-path/platform-i8042-serio-0-event-kbd" );
54 bool Poll( uint32_t timeout=0 );
59 bool KeyDown( uint32_t code )
const;