~ubuntu-branches/ubuntu/trusty/python-sfml/trusty

« back to all changes in this revision

Viewing changes to python/doc/Clock.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) - Clock</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.Clock Class Reference</h1>
13
 
<div class="class_desc">sf.Clock is an utility class for manipulating time.</div>
14
 
<h2>Methods</h2>
15
 
<div class="attr_name">GetElapsedTime()</div>
16
 
<div class="desc">Get the time elapsed since last reset.<br /></div>
17
 
<div class="attr_name">Reset()</div>
18
 
<div class="desc">Restart the timer.<br /></div>
19
 
<br />
20
 
<br />
21
 
<br />
22
 
 
23
 
        <p id="footer">
24
 
            &nbsp;::&nbsp; Copyright &copy; 2007-2008 Rémi Koenig &nbsp;::&nbsp;
25
 
        </p>
26
 
 
27
 
    </body>
28
 
</html>