PlugIn Development:GameEx MCE Remote Key: Difference between revisions
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
<br /> | <br /> | ||
== <span class="plugin_headline_text">Variables</span> == | == <span class="plugin_headline_text">Variables</span> == | ||
<p>Below is a reference of the | <p>Below is a reference of the variables that are set in this enumeration:</p> | ||
<div class="code_variables"> | <div class="code_variables"> | ||
<table> | <table> | ||
< | <th><span style="color:darkred"><b>Variable Name</b></span></th><th style="text-align:center;"><span style="color:blue;"><b>[Value]</b></span></th><th><b>Description</b></th> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_OK</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[13]</b></span></td><td>Specifies the MCE remote's <b>OK</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Clear</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[27]</b></span></td><td>Specifies the MCE remote's <b>CLEAR</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_MoveLeft</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[37]</b></span></td><td>Specifies the MCE remote's <b>LEFT</b> [←] button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_MoveUp</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[38]</b></span></td><td>Specifies the MCE remote's <b>UP</b> [↑] button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_MoveRight</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[39]</b></span></td><td>Specifies the MCE remote's <b>RIGHT</b> [→] button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_MoveDown</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[40]</b></span></td><td>Specifies the MCE remote's <b>DOWN</b> [↓] button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number0</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[48]</b></span></td><td>Specifies the MCE remote's <b>NUM 0</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number1</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[49]</b></span></td><td>Specifies the MCE remote's <b>NUM 1</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number2</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[50]</b></span></td><td>Specifies the MCE remote's <b>NUM 2</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number3</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[51]</b></span></td><td>Specifies the MCE remote's <b>NUM 3</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number4</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[52]</b></span></td><td>Specifies the MCE remote's <b>NUM 4</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number5</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[53]</b></span></td><td>Specifies the MCE remote's <b>NUM 5</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number6</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[54]</b></span></td><td>Specifies the MCE remote's <b>NUM 6</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number7</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[55]</b></span></td><td>Specifies the MCE remote's <b>NUM 7</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b> | <tr><td><span style="color:darkred"><b>MCEButton_Number8</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[56]</b></span></td><td>Specifies the MCE remote's <b>NUM 8</b> button.</td></tr> | ||
<tr><td><span style="color:darkred"><b>MCEButton_Number9</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[57]</b></span></td><td>Specifies the MCE remote's <b>NUM 9</b> button.</td></tr> | |||
<tr><td><span style="color:darkred"><b>MCEButton_Number0_2</b></span></td><td style="text-align:center;"><span style="color:blue"><b>[58]</b></span></td><td>Specifies the MCE remote's <b>ALT NUM 0</b> button.</td></tr> | |||
</table></div> | </table></div> | ||
<br /> | <br /> | ||
Revision as of 21:00, 27 April 2014
This enumeration lists the types of keys available on your MCE Remote for use in the Input MCE Remote function.
PLEASE NOTE: This feature is marked in the internal PlugIn documentation as "not yet implemented" as of PlugIn version 1.41!
Variables
Below is a reference of the variables that are set in this enumeration:
| Variable Name | [Value] | Description |
|---|---|---|
| MCEButton_OK | [13] | Specifies the MCE remote's OK button. |
| MCEButton_Clear | [27] | Specifies the MCE remote's CLEAR button. |
| MCEButton_MoveLeft | [37] | Specifies the MCE remote's LEFT [←] button. |
| MCEButton_MoveUp | [38] | Specifies the MCE remote's UP [↑] button. |
| MCEButton_MoveRight | [39] | Specifies the MCE remote's RIGHT [→] button. |
| MCEButton_MoveDown | [40] | Specifies the MCE remote's DOWN [↓] button. |
| MCEButton_Number0 | [48] | Specifies the MCE remote's NUM 0 button. |
| MCEButton_Number1 | [49] | Specifies the MCE remote's NUM 1 button. |
| MCEButton_Number2 | [50] | Specifies the MCE remote's NUM 2 button. |
| MCEButton_Number3 | [51] | Specifies the MCE remote's NUM 3 button. |
| MCEButton_Number4 | [52] | Specifies the MCE remote's NUM 4 button. |
| MCEButton_Number5 | [53] | Specifies the MCE remote's NUM 5 button. |
| MCEButton_Number6 | [54] | Specifies the MCE remote's NUM 6 button. |
| MCEButton_Number7 | [55] | Specifies the MCE remote's NUM 7 button. |
| MCEButton_Number8 | [56] | Specifies the MCE remote's NUM 8 button. |
| MCEButton_Number9 | [57] | Specifies the MCE remote's NUM 9 button. |
| MCEButton_Number0_2 | [58] | Specifies the MCE remote's ALT NUM 0 button. |
Code Examples
VB.NET
Public Enum MCE_Remote_Key
MCEButton_OK = 13
MCEButton_Clear = 27
MCEButton_MoveLeft = 37
MCEButton_MoveUp = 38
MCEButton_MoveRight = 39
MCEButton_MoveDown = 40
MCEButton_Number0 = 48
MCEButton_Number1 = 49
MCEButton_Number2 = 50
MCEButton_Number3 = 51
MCEButton_Number4 = 52
MCEButton_Number5 = 53
MCEButton_Number6 = 54
MCEButton_Number7 = 55
MCEButton_Number8 = 56
MCEButton_Number9 = 57
MCEButton_Number0_2 = 58
End Enum
C#
public enum MCE_Remote_Key : uint
{
MCEButton_OK = 13,
MCEButton_Clear = 27,
MCEButton_MoveLeft = 37,
MCEButton_MoveUp = 38,
MCEButton_MoveRight = 39,
MCEButton_MoveDown = 40,
MCEButton_Number0 = 48,
MCEButton_Number1 = 49,
MCEButton_Number2 = 50,
MCEButton_Number3 = 51,
MCEButton_Number4 = 52,
MCEButton_Number5 = 53,
MCEButton_Number6 = 54,
MCEButton_Number7 = 55,
MCEButton_Number8 = 56,
MCEButton_Number9 = 57,
MCEButton_Number0_2 = 58,
}