<?xml version='1.0'?>
<?xml:stylesheet type="text/xsl" href="function.xsl" ?>
<function-list>
  <function>
    <name>InputMouseMove Event</name>
    <description>This event is fired when the user moves the stylus on the screen.</description>
    <syntax>Game1_InputMouseMove(ByVal x As Integer, ByVal y As Integer)</syntax>
    <param-list>
      <param>
        <name>x</name>
	    <description>Integer. X coordinate of stylus.</description>
      </param>
      <param>
        <name>y</name>
	    <description>Integer. Y coordinate of stylus.</description>
      </param>
    </param-list>
	<remarks></remarks>
	<example>
	</example>
  </function>
</function-list>

