root/Apple Wireless Keyboard Helper/trunk/Misuzilla.Applications.AppleWirelessKeyboardHelper/Enum.cs

Revision 320, 277 bytes (checked in by tomoyo, 15 months ago)

Apple Wireless Keyboard Helperを追加。

  • Property svn:keywords set to Id
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4
5namespace 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.