diff --git a/README.md b/README.md index 32b5835..dd5356b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ You might experience problems debugging your application using FB on Mac OSX - h Example ```ActionScript + var manager:IHIDManager = HIDFactory.getHIDManager(); var deviceInfos:Array = manager.getDeviceList(0x8001, 0xA00F);//0x8001, 0xA00F @@ -51,6 +52,7 @@ You might experience problems debugging your application using FB on Mac OSX - h } device.dispose(); } + ``` Demo Windows 8