Skip to content

Commit

Permalink
add base linux impl
Browse files Browse the repository at this point in the history
  • Loading branch information
kemsky committed Jun 15, 2014
1 parent 8b299dc commit cd84940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ You might experience problems debugging your application using FB on Mac OSX - h
<b>Example</b>

```ActionScript

var manager:IHIDManager = HIDFactory.getHIDManager();

var deviceInfos:Array = manager.getDeviceList(0x8001, 0xA00F);//0x8001, 0xA00F
Expand All @@ -51,6 +52,7 @@ You might experience problems debugging your application using FB on Mac OSX - h
}
device.dispose();
}
```

<b>Demo Windows 8</b>
Expand Down

0 comments on commit cd84940

Please sign in to comment.