~ubuntu-branches/ubuntu/trusty/plee-the-bear/trusty-proposed

« back to all changes in this revision

Viewing changes to bear-engine/core/src/input/mouse_status.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge, Julien Jorge
  • Date: 2010-11-17 20:13:34 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101117201334-o4dp7uq437to7oxb
Tags: 0.5.1-1
[ Julien Jorge ]
* New upstream release (Closes: #565062, #546514).
* Add armhf architecture (Closes: #604689).
* Remove patches integrated upstream: rpath-editors.diff, rpath-game.diff,
  editors-menu-section.diff.
* Bump the Standard-Version, no changes.
* Update my email address.
* Set build dependency of libclaw to 1.6.0.
* Add the missing ${misc:Depends} in debian/control.
* List gettext translations in bear-factory.install and plee-the-bear.install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
  Bear Engine
3
3
 
4
 
  Copyright (C) 2005-2009 Julien Jorge, Sebastien Angibaud
 
4
  Copyright (C) 2005-2010 Julien Jorge, Sebastien Angibaud
5
5
 
6
6
  This program is free software; you can redistribute it and/or modify it
7
7
  under the terms of the GNU General Public License as published by the
29
29
#ifndef __INPUT_MOUSE_STATUS_HPP__
30
30
#define __INPUT_MOUSE_STATUS_HPP__
31
31
 
32
 
#include "input/input_listener.hpp"
 
32
#include "input/mouse.hpp"
33
33
 
 
34
#include "input/class_export.hpp"
34
35
#include <claw/ordered_set.hpp>
35
36
 
36
 
#include "input/class_export.hpp"
37
 
 
38
37
namespace bear
39
38
{
40
39
  namespace input
41
40
  {
 
41
    class input_listener;
 
42
 
42
43
    /**
43
44
     * \brief A class observing the state of the mouse's buttons.
44
45
     * \author Julien Jorge