mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
enable ue5 support in MenuStack
This commit is contained in:
parent
18c2f2c5d5
commit
02b1a9ca4e
@ -48,7 +48,8 @@ void UMenuStack::SavePreviousInputMousePauseState()
|
||||
}
|
||||
else
|
||||
{
|
||||
#if ENGINE_MINOR_VERSION >= 26
|
||||
|
||||
#if (ENGINE_MAJOR_VERSION == 4 && ENGINE_MINOR_VERSION >= 26) || ENGINE_MAJOR_VERSION >= 5
|
||||
const auto CaptureMode = GVC->GetMouseCaptureMode();
|
||||
#else
|
||||
const auto CaptureMode = GVC->CaptureMouseOnClick();
|
||||
|
Loading…
x
Reference in New Issue
Block a user