~ubuntu-branches/ubuntu/wily/python-sfml/wily

« back to all changes in this revision

Viewing changes to python/doc/Mouse.html

  • Committer: Package Import Robot
  • Author(s): James Cowgill
  • Date: 2013-12-09 17:50:52 UTC
  • mfrom: (1.1.3) (8.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131209175052-11v6drpb6g3yksst
Tags: 1.5.1.is.1.3+dfsg-1
* New upstream version 1.3 (from python-sfml.org)
  - This is a complete rewrite of the Python bindings for SFML2, and
    the new maintainer is using a different version numbering scheme.
* Added myself to the list of uploaders
* Change package priority from extra to optional
* Bumped standards version (to 3.9.5) and debhelper compat (to 9)
* Added Python 3 and documentation packages
* Improve package description for debug packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
 
<html>
3
 
    <head>
4
 
        <title>PySFML - Python binding for SFML (Simple and Fast Multimedia Library) - Mouse</title>
5
 
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
6
 
        <link href="style.css" rel="stylesheet" type="text/css" />
7
 
    </head>
8
 
    <body>
9
 
        <div id="logo">
10
 
            <img src="http://www.sfml-dev.org/images/logo.jpg" width="770" height="200" title="SFML home" alt="SFML logo" />
11
 
        </div>
12
 
<h1>sf.Mouse Class Reference</h1>
13
 
<div class="class_desc">Definition of button codes for mouse events.</div>
14
 
<h2>Attributes</h2>
15
 
<div class="attr_name">Left</div>
16
 
<div class="attr_name">Middle</div>
17
 
<div class="attr_name">Right</div>
18
 
<div class="attr_name">XButton1</div>
19
 
<div class="attr_name">XButton2</div>
20
 
<br />
21
 
<br />
22
 
<br />
23
 
 
24
 
        <p id="footer">
25
 
            &nbsp;::&nbsp; Copyright &copy; 2007-2008 Rémi Koenig &nbsp;::&nbsp;
26
 
        </p>
27
 
 
28
 
    </body>
29
 
</html>