summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/Starshatter.cpp
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-09-15 00:53:01 +0200
committerAki <please@ignore.pl>2022-09-15 00:53:01 +0200
commitce550f08fa91598612c016ebebc89c4af2e9505e (patch)
tree46be504b3831acc213b2da7feae38b1f1f6768ed /StarsEx/Starshatter.cpp
parent5310ea3564fe98b2940a63b72621b79de9290f77 (diff)
downloadstarshatter-ce550f08fa91598612c016ebebc89c4af2e9505e.zip
starshatter-ce550f08fa91598612c016ebebc89c4af2e9505e.tar.gz
starshatter-ce550f08fa91598612c016ebebc89c4af2e9505e.tar.bz2
Renamed EventDispatch and EventTarget by adding UI prefix
Diffstat (limited to 'StarsEx/Starshatter.cpp')
-rw-r--r--StarsEx/Starshatter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/StarsEx/Starshatter.cpp b/StarsEx/Starshatter.cpp
index b3a4be3..6b87fb8 100644
--- a/StarsEx/Starshatter.cpp
+++ b/StarsEx/Starshatter.cpp
@@ -103,7 +103,7 @@
#include "MouseController.h"
#include "Mouse.h"
#include "TrackIR.h"
-#include "EventDispatch.h"
+#include "UIEventDispatch.h"
#include "MultiController.h"
#include "DataLoader.h"
#include "Random.h"
@@ -278,7 +278,7 @@ Starshatter::~Starshatter()
NetServerConfig::Close();
Mouse::Close();
- EventDispatch::Close();
+ UIEventDispatch::Close();
FontMgr::Close();
Button::Close();
DataLoader::Close();
@@ -383,7 +383,7 @@ Starshatter::InitGame()
InitMouse();
Button::Initialize();
- EventDispatch::Create();
+ UIEventDispatch::Create();
NetClientConfig::Initialize();
Player::Initialize();
HUDSounds::Initialize();
@@ -2063,7 +2063,7 @@ Starshatter::SetChatMode(int mode)
void
Starshatter::DoMouseFrame()
{
- EventDispatch* event_dispatch = EventDispatch::GetInstance();
+ UIEventDispatch* event_dispatch = UIEventDispatch::GetInstance();
if (event_dispatch && event_dispatch->GetCapture())
return;