56 lines
2.4 KiB
HTML
56 lines
2.4 KiB
HTML
<!-- This page was created with the RAD auto-doc generator. -->
|
|
<!doctype html public "-//w3c//dtd html 3.2 final//en">
|
|
<html>
|
|
<head>
|
|
<title>BinkRestoreCursor</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=iso8859-1">
|
|
<meta name="ms.locale" content="en-us">
|
|
<meta name="description" content="restores the mouse cursor to its original state after a BinkCheckCursor call.">
|
|
<meta name="ms-hkwd" content="BinkRestoreCursor">
|
|
<link rel="stylesheet" title="default" href="reference.css" type="text/css" media="screen">
|
|
</head>
|
|
<body topmargin="0">
|
|
<table cellspacing=0 cellpadding=0 class=bar width=100% height=25>
|
|
<tr class=bar>
|
|
<td class=bar>
|
|
<i> <a href="index.html" class=trn>Bink SDK 1.5v</a></i>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h1>BinkRestoreCursor</h1>
|
|
<p>The function <b>BinkRestoreCursor</b> restores the mouse cursor to its original state after a BinkCheckCursor call.</p>
|
|
<table width=100% cellspacing=0 class=pre>
|
|
<tr class=pre>
|
|
<td class=pre>
|
|
<pre><b><a href="void.html" class=trn>void</a> <a href="BinkRestoreCursor.html" class=trn>BinkRestoreCursor</a>(</b>
|
|
<b>  <a href="S32.html" class=trn>S32</a> </b><i>check_count</i>
|
|
<b>);</b></pre>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<h4>In Parameters</h4>
|
|
<dl>
|
|
<dt><i>check_count</i></dt>
|
|
<dd>The count value returned from a call to <a href="BinkCheckCursor.html">BinkCheckCursor</a>.</dd>
|
|
</dl>
|
|
<h4>Discussion</h4>
|
|
<p>This function will restore the mouse cursor to its original state after a <a href="BinkCheckCursor.html">BinkCheckCursor</a> call. You have to call this function after you unlock the primary surface, or the cursor won't be restored. Check out the <a href="BinkIsSoftwareCursor.html">BinkIsSoftwareCursor</a> function for an example of how to use this function. </p>
|
|
<p>
|
|
<br>
|
|
<b>Group:</b>
|
|
<a href="BinkBuffer API.html">BinkBuffer API</a><br>
|
|
<b>Related Sections:</b>
|
|
<a href="Mouse Cursors.html">Mouse Cursors</a><br>
|
|
<b>Related Functions:</b>
|
|
<a href="BinkCheckCursor.html">BinkCheckCursor</a>, <a href="BinkIsSoftwareCursor.html">BinkIsSoftwareCursor</a><br>
|
|
<b>Related Basic Types:</b>
|
|
<a href="S32.html">S32</a>, <a href="void.html">void</a></p>
|
|
<p align=center>
|
|
<a href="mailto:Bink1@radgametools.com">For technical support, e-mail Bink1@radgametools.com</a>
|
|
<br>
|
|
<a href="http://www.radgametools.com/bnkmain.htm?from=help1.5v">© Copyright 1994-2003 RAD Game Tools, Inc. All Rights Reserved.</a>
|
|
</p>
|
|
<br>
|
|
</body>
|
|
</html>
|