This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c19fe82eb4bc2f7d045cfb5accdd16aae9dfdf95
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
ApplicationCore
/
Private
/
Null
History
william belcher
d036330f6c
Fix: Mouse locations are off when rendering off screen. This is due to the platform work area being much larger than the application size. The NullPlatform work area now listens for resolution updates and updates is size accordingly, effectively meaning the desktop size is always the size of the application.
...
#rb #jira UE-190598 [FYI] [CL 26559737 by william belcher in ue5-main branch]
2023-07-24 19:51:51 -04:00
..
NullApplication.cpp
Fix: Mouse locations are off when rendering off screen. This is due to the platform work area being much larger than the application size. The NullPlatform work area now listens for resolution updates and updates is size accordingly, effectively meaning the desktop size is always the size of the application.
2023-07-24 19:51:51 -04:00
NullCursor.cpp
…
NullPlatformApplicationMisc.cpp
…
NullWindow.cpp
…