| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
| <title>SGL: SkKey.h Source File</title> |
| <link href="doxygen.css" rel="stylesheet" type="text/css"> |
| </head><body> |
| <!-- Generated by Doxygen 1.4.0 --> |
| <div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a></div> |
| <div class="nav"> |
| <a class="el" href="dir_000000.html">include</a> / <a class="el" href="dir_000001.html">skia</a></div> |
| <h1>SkKey.h</h1><div class="fragment"><pre class="fragment">00001 <span class="preprocessor">#ifndef SkKey_DEFINED</span> |
| 00002 <span class="preprocessor"></span><span class="preprocessor">#define SkKey_DEFINED</span> |
| 00003 <span class="preprocessor"></span> |
| 00004 <span class="preprocessor">#include "SkTypes.h"</span> |
| 00005 |
| 00006 <span class="keyword">enum</span> SkKey { |
| 00007 <span class="comment">//reordering these to match android.app.KeyEvent </span> |
| 00008 kNONE_SkKey, <span class="comment">//corresponds to android's UNKNOWN</span> |
| 00009 |
| 00010 kLeftSoftKey_SkKey, |
| 00011 kRightSoftKey_SkKey, |
| 00012 |
| 00013 kHome_SkKey, |
| 00014 kBack_SkKey, |
| 00015 kSend_SkKey, |
| 00016 kEnd_SkKey, |
| 00017 |
| 00018 k0_SkKey, |
| 00019 k1_SkKey, |
| 00020 k2_SkKey, |
| 00021 k3_SkKey, |
| 00022 k4_SkKey, |
| 00023 k5_SkKey, |
| 00024 k6_SkKey, |
| 00025 k7_SkKey, |
| 00026 k8_SkKey, |
| 00027 k9_SkKey, |
| 00028 kStar_SkKey, |
| 00029 kHash_SkKey, |
| 00030 |
| 00031 kUp_SkKey, |
| 00032 kDown_SkKey, |
| 00033 kLeft_SkKey, |
| 00034 kRight_SkKey, |
| 00035 |
| 00036 kOK_SkKey, |
| 00037 |
| 00038 kVolUp_SkKey, |
| 00039 kVolDown_SkKey, |
| 00040 kPower_SkKey, |
| 00041 kCamera_SkKey, |
| 00042 |
| 00043 kSkKeyCount |
| 00044 }; |
| 00045 |
| 00046 <span class="preprocessor">#endif</span> |
| 00047 <span class="preprocessor"></span> |
| </pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue May 9 14:35:23 2006 for SGL by |
| <a href="http://www.doxygen.org/index.html"> |
| <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.0 </small></address> |
| </body> |
| </html> |