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