fixed unselecting entity when cursor goes from ImGui to viewport while click is held
This commit is contained in:
@@ -19,6 +19,7 @@ namespace OpenEngine {
|
||||
bool CloseWindow(OpenEngine::KeyPressedEvent& event);
|
||||
|
||||
void SetBlockEvents(bool block) { block_events = block; };
|
||||
bool GetBlockEvents() { return block_events; };
|
||||
|
||||
void Begin();
|
||||
void End();
|
||||
|
||||
Reference in New Issue
Block a user