FlightGear
next
FGButton.hxx
Go to the documentation of this file.
1
// FGButton.hxx -- a simple button/key wrapper class
2
//
3
// Written by Torsten Dreyer, started August 2009
4
// Based on work from David Megginson, started May 2001.
5
//
6
// Copyright (C) 2009 Torsten Dreyer, Torsten (at) t3r _dot_ de
7
// Copyright (C) 2001 David Megginson, david@megginson.com
8
//
9
// This program is free software; you can redistribute it and/or
10
// modify it under the terms of the GNU General Public License as
11
// published by the Free Software Foundation; either version 2 of the
12
// License, or (at your option) any later version.
13
//
14
// This program is distributed in the hope that it will be useful, but
15
// WITHOUT ANY WARRANTY; without even the implied warranty of
16
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
// General Public License for more details.
18
//
19
// You should have received a copy of the GNU General Public License
20
// along with this program; if not, write to the Free Software
21
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22
//
23
// $Id$
24
25
#ifndef FGBUTTON_H
26
#define FGBUTTON_H
27
28
#include "
FGCommonInput.hxx
"
29
#include <
Main/fg_os.hxx
>
// for KEYMOD_MAX
30
31
class
FGButton
:
public
FGCommonInput
{
32
public
:
33
FGButton
();
34
virtual
~FGButton
();
35
void
init
(
const
SGPropertyNode* node,
const
std::string&
name
,
36
const
std::string& module);
37
void
update
(
int
modifiers,
bool
pressed,
int
x = -1,
int
y = -1);
38
bool
is_repeatable
;
39
float
interval_sec
,
delay_sec
,
release_delay_sec
;
40
float
last_dt
;
41
int
last_state
;
42
binding_list_t
bindings
[
KEYMOD_MAX
];
43
};
44
45
#endif
FGCommonInput.hxx
FGButton::init
void init(const SGPropertyNode *node, const std::string &name, const std::string &module)
Definition
FGButton.cxx:49
FGButton::~FGButton
virtual ~FGButton()
Definition
FGButton.cxx:42
FGButton::is_repeatable
bool is_repeatable
Definition
FGButton.hxx:38
FGButton::update
void update(int modifiers, bool pressed, int x=-1, int y=-1)
Definition
FGButton.cxx:61
FGButton::last_state
int last_state
Definition
FGButton.hxx:41
FGButton::interval_sec
float interval_sec
Definition
FGButton.hxx:39
FGButton::last_dt
float last_dt
Definition
FGButton.hxx:40
FGButton::FGButton
FGButton()
Definition
FGButton.cxx:32
FGButton::delay_sec
float delay_sec
Definition
FGButton.hxx:39
FGButton::release_delay_sec
float release_delay_sec
Definition
FGButton.hxx:39
FGButton::bindings
binding_list_t bindings[KEYMOD_MAX]
Definition
FGButton.hxx:42
FGCommonInput
Definition
FGCommonInput.hxx:40
FGCommonInput::binding_list_t
SGBindingList binding_list_t
Definition
FGCommonInput.hxx:42
name
const char * name
Definition
fg_commands.cxx:1136
fg_os.hxx
KEYMOD_MAX
@ KEYMOD_MAX
Definition
fg_os.hxx:32
src
Input
FGButton.hxx
Generated on Tue Jun 3 2025 12:58:39 for FlightGear by
1.13.2