summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLKeypressMode.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLKeypressMode.html')
-rw-r--r--docs/Classes/SDLKeypressMode.html19
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/Classes/SDLKeypressMode.html b/docs/Classes/SDLKeypressMode.html
index 615484c04..186512fb5 100644
--- a/docs/Classes/SDLKeypressMode.html
+++ b/docs/Classes/SDLKeypressMode.html
@@ -12,12 +12,15 @@
<h3>Overview</h3>
-<p>Enumeration listing possible keyboard events.
- * <p>
- * <b>Note:</b> Depending on keypressMode value (from keyboardProperties structure of UI.SetGlobalProperties),<br>HMI must send the onKeyboardInput notification with the following data:<br>
- SINGLE_KEYPRESS,QUEUE_KEYPRESSES,RESEND_CURRENT_ENTRY.
- * @since SmartDeviceLink 3.0
- *</p>
+<p>Enumeration listing possible keyboard events.</p>
+
+<ul>
+<li><p></li>
+<li><b>Note:</b> Depending on keypressMode value (from keyboardProperties structure of UI.SetGlobalProperties),<br>HMI must send the onKeyboardInput notification with the following data:<br>
+SINGLE_KEYPRESS,QUEUE_KEYPRESSES,RESEND_CURRENT_ENTRY.</li>
+<li>@since SmartDeviceLink 3.0
+*</li>
+</ul>
<section class="section task-group-section">
@@ -30,7 +33,7 @@
<h4>Objective-C</h4>
- <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLKeypressMode</span> <span class="p">:</span> <span class="nc">SDLEnum</span></code></pre>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLKeypressMode</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLEnum.html">SDLEnum</a></span></code></pre>
@@ -45,7 +48,7 @@
<h4>Objective-C</h4>
- <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLKeypressMode</span> <span class="p">:</span> <span class="nc">SDLEnum</span></code></pre>
+ <pre class="highlight"><code><span class="k">@interface</span> <span class="nc">SDLKeypressMode</span> <span class="p">:</span> <span class="nc"><a href="../Classes/SDLEnum.html">SDLEnum</a></span></code></pre>