root/Apple Wireless Keyboard Helper/trunk/Misuzilla.Applications.AppleWirelessKeyboardHelper/Enum.cs
| Revision 320, 277 bytes (checked in by tomoyo, 15 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Text; |
| 4 | |
| 5 | namespace Misuzilla.Applications.AppleWirelessKeyboardHelper |
| 6 | { |
| 7 | [Flags] |
| 8 | internal enum AppleKeyboardKeys : byte |
| 9 | { |
| 10 | None = 0x00, |
| 11 | Fn = 0x10, |
| 12 | Eject = 0x08 |
| 13 | } |
| 14 | |
| 15 | } |
Note: See TracBrowser
for help on using the browser.
