chromium/native_client_sdk/doc_generated/pepper_stable/c/struct_p_p_p___mouse_lock__1__0.html

{{+bindTo:partials.standard_nacl_api}}
<h1>PPP_MouseLock Struct Reference</h1>
<div id="doxygen-ref">
{{- dummy div to appease doxygen -}}
  <div>
<!-- Generated by Doxygen 1.7.6.1 -->


</div>
<!--header-->
<div class="contents">
<!-- doxytag: class="PPP_MouseLock" --><h2>
Data Fields</h2><table class="memberdecls">

<tr><td class="memItemLeft" align="right" valign="top">void(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_p_p_p___mouse_lock__1__0.html#abbc863bf2e6b2e608bdbde3d9229debf">MouseLockLost</a> )(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td></tr>
</table>
<hr /><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>The <code>PPP_MouseLock</code> interface contains a function that you must implement to receive mouse lock events from the browser. </p>
</div><hr /><h2>Field Documentation</h2>
<a class="anchor" id="abbc863bf2e6b2e608bdbde3d9229debf"></a><!-- doxytag: member="PPP_MouseLock::MouseLockLost" ref="abbc863bf2e6b2e608bdbde3d9229debf" args=")(PP_Instance instance)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void(* <a class="el" href="struct_p_p_p___mouse_lock__1__0.html#abbc863bf2e6b2e608bdbde3d9229debf">PPP_MouseLock::MouseLockLost</a>)(<a class="el" href="group___typedefs.html#ga89b662403e6a687bb914b80114c0d19d">PP_Instance</a> instance)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="struct_p_p_p___mouse_lock__1__0.html#abbc863bf2e6b2e608bdbde3d9229debf" title="MouseLockLost() is called when the instance loses the mouse lock, such as when the user presses the E...">MouseLockLost()</a> is called when the instance loses the mouse lock, such as when the user presses the ESC key. </p>
<dl class="params"><dt><b>Parameters:</b></dt><dd>
<table class="params">
<tr><td class="paramdir">[in]</td><td class="paramname">instance</td><td>A <code>PP_Instance</code> identifying one instance of a module. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr />The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="ppp__mouse__lock_8h.html">ppp_mouse_lock.h</a></li>
</ul>
</div><!-- contents -->
</div>
{{/partials.standard_nacl_api}}