FifeGUI
0.3.0
A C++ GUI library designed for games.
src
events
selectionevent.cpp
1
// SPDX-License-Identifier: LGPL-2.1-or-later OR BSD-3-Clause
2
// SPDX-FileCopyrightText: 2004 - 2008 Olof Naessén and Per Larsson
3
// SPDX-FileCopyrightText: 2013 - 2026 Fifengine contributors
4
5
// Corresponding header include
6
#include "fifechan/events/selectionevent.hpp"
7
8
// Platform config include
9
#include "fifechan/platform.hpp"
10
11
// Project headers (subdirs before local)
12
#include "fifechan/events/event.hpp"
13
14
namespace
fcn
15
{
16
SelectionEvent::SelectionEvent
(
Widget
* source) :
Event
(source)
17
{
18
}
19
20
}
// namespace fcn
fcn::Event::Event
Event(Widget *source)
Constructor.
Definition
event.cpp:16
fcn::SelectionEvent::SelectionEvent
SelectionEvent(Widget *source)
Constructor.
Definition
selectionevent.cpp:16
fcn::Widget
Abstract base class defining the common behavior, properties, and lifecycle of all GUI elements.
Definition
widget.hpp:56
fcn
Used replacement tokens by configure_file():
Definition
backends/opengl/graphics.hpp:17
Generated by
1.17.0