pointer.htm 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/strict.dtd">
  2. <html><head>
  3. <title>pointer</title>
  4. </head><body>
  5. <p>[<a href="mxdoc.htm">mainpage</a>]
  6. [<a href="tags.htm">tags</a>]<br>
  7. <h1>tag: pointer</h1><ul><li>
  8. <a name="const MX_POINTER_INFO* mx_pointer_info(void)"><code>const MX_POINTER_INFO* mx_pointer_info(void)</code></a>
  9. <p>
  10. <p><b>Returns pointer information </b><p>
  11. (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)
  12. <p>It can be called at any time.
  13. (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_corepui.htm">corepui</a>)
  14. <p></li>
  15. <li>
  16. <a name="unsigned mx_pointer_hold(void)"><code>unsigned mx_pointer_hold(void)</code></a>
  17. <p>
  18. <p><b>Hold the pointer</b><p>
  19. If the object handling the current event is pointed to by the pointer
  20. then the object will keep recieving pointer messages even if the pointer
  21. leaves the object. This can be 'turned off' by calling <code>mx_pointer_release()
  22. </code>.
  23. (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)
  24. <p>If the current object does not have the pointer then this function does nothing.
  25. (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)
  26. <p>This function return non-zero if the pointer has been successfully held.
  27. (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_corepui.htm">corepui</a>)
  28. <p></li>
  29. <li>
  30. <a name="unsigned mx_pointer_release(void)"><code>unsigned mx_pointer_release(void)</code></a>
  31. <p>
  32. <p><b>Release the pointer</b><p>
  33. If the object handling the current event has the pointer held using
  34. <code>mx_pointer_hold()</code> then this function 'releases' the pointer.
  35. (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)
  36. <p>If the current object is not holding the pointer then this function does nothing.
  37. (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)
  38. <p>This function return non-zero if the pointer has been successfully released.
  39. (<a href="../include/depui/corepui.c">../include/depui/corepui.c</a>)<br>(library <a href="depui.htm">depui</a> : module <a href="depui_corepui.htm">corepui</a>)
  40. <p></li>
  41. </ul><p>Generated by <a href="http://www.deleveld.dds.nl/mxdoc/index.htm">MXDOC</a> 2.2 on Sun Feb 4 15:16:26 2007
  42. </body></html>