Skip to content

iOS keyboard listener for bluetooth keyboard, support all key of HID code

Notifications You must be signed in to change notification settings

PengHao/KeyboardHIDCodeObserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

EscapeKeyListener

image

Example :

KeyboardEventManager *manager = [KeyboardEventManager sharedKeyboardEventManager];
[manager addObserver:ESC_CODE block:^(BOOL isDown) {
	//on handle ESC_CODE
	//when press down isDown=true, otherwise false
	
}];

English

EscapeKeyListener is used to listen Bluetooth Keyboard's all key event. Such as escape, command, option...
All the key code is HID device code. http://www.freebsddiary.org/APC/usb_hid_usages.php

About

iOS keyboard listener for bluetooth keyboard, support all key of HID code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published