shooter/SFML/doc/html/structsf_1_1Event_1_1MouseM...

121 lines
6.5 KiB
HTML
Raw Normal View History

2021-10-09 13:41:12 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SFML - Simple and Fast Multimedia Library</title>
<meta http-equiv="Content-Type" content="text/html;"/>
<meta charset="utf-8"/>
<!--<link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>-->
<link rel="stylesheet" type="text/css" href="doxygen.css" title="default" media="screen,print" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
</head>
<body>
<div id="banner-container">
<div id="banner">
<span id="sfml">SFML 2.5.1</span>
</div>
</div>
<div id="content">
<!-- Generated by Doxygen 1.8.14 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>sf</b></li><li class="navelem"><a class="el" href="classsf_1_1Event.html">Event</a></li><li class="navelem"><a class="el" href="structsf_1_1Event_1_1MouseMoveEvent.html">MouseMoveEvent</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> &#124;
<a href="structsf_1_1Event_1_1MouseMoveEvent-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">sf::Event::MouseMoveEvent Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><a class="el" href="classsf_1_1Mouse.html" title="Give access to the real-time state of the mouse. ">Mouse</a> move event parameters (MouseMoved)
<a href="structsf_1_1Event_1_1MouseMoveEvent.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="Event_8hpp_source.html">Event.hpp</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:aa3a23809afb905cbb52c66d8512e21fd"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsf_1_1Event_1_1MouseMoveEvent.html#aa3a23809afb905cbb52c66d8512e21fd">x</a></td></tr>
<tr class="memdesc:aa3a23809afb905cbb52c66d8512e21fd"><td class="mdescLeft">&#160;</td><td class="mdescRight">X position of the mouse pointer, relative to the left of the owner window. <a href="#aa3a23809afb905cbb52c66d8512e21fd">More...</a><br /></td></tr>
<tr class="separator:aa3a23809afb905cbb52c66d8512e21fd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a86d78a2fba5b3abda16ca059f2392ad4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsf_1_1Event_1_1MouseMoveEvent.html#a86d78a2fba5b3abda16ca059f2392ad4">y</a></td></tr>
<tr class="memdesc:a86d78a2fba5b3abda16ca059f2392ad4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Y position of the mouse pointer, relative to the top of the owner window. <a href="#a86d78a2fba5b3abda16ca059f2392ad4">More...</a><br /></td></tr>
<tr class="separator:a86d78a2fba5b3abda16ca059f2392ad4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="classsf_1_1Mouse.html" title="Give access to the real-time state of the mouse. ">Mouse</a> move event parameters (MouseMoved) </p>
<p class="definition">Definition at line <a class="el" href="Event_8hpp_source.html#l00084">84</a> of file <a class="el" href="Event_8hpp_source.html">Event.hpp</a>.</p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a id="aa3a23809afb905cbb52c66d8512e21fd"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa3a23809afb905cbb52c66d8512e21fd">&#9670;&nbsp;</a></span>x</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int sf::Event::MouseMoveEvent::x</td>
</tr>
</table>
</div><div class="memdoc">
<p>X position of the mouse pointer, relative to the left of the owner window. </p>
<p class="definition">Definition at line <a class="el" href="Event_8hpp_source.html#l00086">86</a> of file <a class="el" href="Event_8hpp_source.html">Event.hpp</a>.</p>
</div>
</div>
<a id="a86d78a2fba5b3abda16ca059f2392ad4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a86d78a2fba5b3abda16ca059f2392ad4">&#9670;&nbsp;</a></span>y</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int sf::Event::MouseMoveEvent::y</td>
</tr>
</table>
</div><div class="memdoc">
<p>Y position of the mouse pointer, relative to the top of the owner window. </p>
<p class="definition">Definition at line <a class="el" href="Event_8hpp_source.html#l00087">87</a> of file <a class="el" href="Event_8hpp_source.html">Event.hpp</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="Event_8hpp_source.html">Event.hpp</a></li>
</ul>
</div><!-- contents -->
</div>
<div id="footer-container">
<div id="footer">
SFML is licensed under the terms and conditions of the <a href="https://www.sfml-dev.org/license.php">zlib/png license</a>.<br>
Copyright &copy; Laurent Gomila &nbsp;::&nbsp;
Documentation generated by <a href="http://www.doxygen.org/" title="doxygen website">doxygen</a> &nbsp;::&nbsp;
</div>
</div>
</body>
</html>