galaxy
1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
MousePressed.cpp
Go to the documentation of this file.
1
7
8
#include "
MousePressed.hpp
"
9
10
namespace
galaxy
11
{
12
MousePressed::MousePressed
(
const
float
xpos,
const
float
ypos,
const
int
clicks,
const
MouseButton
button) noexcept
13
: m_xpos {xpos}
14
, m_ypos {ypos}
15
, m_clicks {clicks}
16
, m_button {button}
17
{
18
}
19
}
// namespace galaxy
MousePressed.hpp
galaxy
Application.hpp galaxy.
Definition
Application.cpp:40
galaxy::MouseButton
MouseButton
Enum class representing mouse buttons.
Definition
MouseButton.hpp:19
galaxy::MousePressed::MousePressed
MousePressed(const float xpos, const float ypos, const int clicks, const MouseButton button) noexcept
Constructor.
Definition
MousePressed.cpp:12
galaxy
src
galaxy
events
MousePressed.cpp
Generated on Sun Feb 1 2026 05:57:14 for galaxy by
1.12.0