FIFE
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
ceguiinputprocessor.h
Go to the documentation of this file.
1
/***************************************************************************
2
* Copyright (C) 2005-2013 by the FIFE team *
3
* http://www.fifengine.net *
4
* This file is part of FIFE. *
5
* *
6
* FIFE is free software; you can redistribute it and/or *
7
* modify it under the terms of the GNU Lesser General Public *
8
* License as published by the Free Software Foundation; either *
9
* version 2.1 of the License, or (at your option) any later version. *
10
* *
11
* This library is distributed in the hope that it will be useful, *
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
14
* Lesser General Public License for more details. *
15
* *
16
* You should have received a copy of the GNU Lesser General Public *
17
* License along with this library; if not, write to the *
18
* Free Software Foundation, Inc., *
19
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
20
***************************************************************************/
21
22
#ifndef FIFE_GUI_CEGUIINPUTPROCESSOR
23
#define FIFE_GUI_CEGUIINPUTPROCESSOR
24
25
// Standard C++ library includes
26
27
// 3rd party library includes
28
#include <SDL/SDL_events.h>
29
30
// FIFE includes
31
// These includes are split up in two parts, separated by one empty line
32
// First block: files included from the FIFE root src directory
33
// Second block: files included from the same folder
34
35
namespace
FIFE {
36
37
class
CEGuiInputProcessor
{
38
public
:
39
42
CEGuiInputProcessor
();
43
46
~CEGuiInputProcessor
();
47
52
bool
onSdlEvent
(SDL_Event& event);
53
54
private
:
55
58
bool
processKeyInput
(SDL_Event& event);
59
62
bool
processMouseInput
(SDL_Event& event);
63
66
bool
processMouseMotion
(SDL_Event& event);
67
70
void
initializeKeyMap
();
71
74
std::map<SDLKey, CEGUI::Key::Scan>
m_keymap
;
75
};
76
77
}
78
79
#endif //FIFE_GUI_CEGUIINPUTPROCESSOR
FIFE::CEGuiInputProcessor::CEGuiInputProcessor
CEGuiInputProcessor()
Constructor.
Definition:
ceguiinputprocessor.cpp:35
FIFE::CEGuiInputProcessor::initializeKeyMap
void initializeKeyMap()
Initialize the key translation map.
Definition:
ceguiinputprocessor.cpp:157
FIFE::CEGuiInputProcessor::~CEGuiInputProcessor
~CEGuiInputProcessor()
Destructor.
Definition:
ceguiinputprocessor.cpp:39
FIFE::CEGuiInputProcessor::m_keymap
std::map< SDLKey, CEGUI::Key::Scan > m_keymap
Holds translation of key scancodes from SDL to CEGUI.
Definition:
ceguiinputprocessor.h:74
FIFE::CEGuiInputProcessor::processMouseInput
bool processMouseInput(SDL_Event &event)
Process a mouse input event.
Definition:
ceguiinputprocessor.cpp:90
FIFE::CEGuiInputProcessor::processKeyInput
bool processKeyInput(SDL_Event &event)
Process a key input event.
Definition:
ceguiinputprocessor.cpp:68
FIFE::CEGuiInputProcessor::onSdlEvent
bool onSdlEvent(SDL_Event &event)
Injects input to the CEGUI system.
Definition:
ceguiinputprocessor.cpp:42
FIFE::CEGuiInputProcessor
Definition:
ceguiinputprocessor.h:37
FIFE::CEGuiInputProcessor::processMouseMotion
bool processMouseMotion(SDL_Event &event)
Process a mouse motion event.
Definition:
ceguiinputprocessor.cpp:153
engine
core
gui
cegui
base
ceguiinputprocessor.h
Generated on Mon Mar 16 2015 20:21:54 for FIFE by
1.8.7