This website requires JavaScript.
Explore
Help
Register
Sign In
GoaLitiuM
/
FlaxEngine
Watch
1
Star
0
Fork
0
You've already forked FlaxEngine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
647e25ea749c30afeddfddc8b495e843fab4a647
FlaxEngine
/
Source
/
Engine
/
Platform
/
Win32
History
Wojtek Figat
aa1b779463
Fix
Win32CriticalSection
to use spin count of
4000
instead of just
100
...
#1930
2023-11-24 10:25:46 +01:00
..
IncludeWindowsHeaders.h
…
Win32ConditionVariable.h
…
Win32CriticalSection.h
Fix
Win32CriticalSection
to use spin count of
4000
instead of just
100
2023-11-24 10:25:46 +01:00
Win32Defines.h
…
Win32File.cpp
…
Win32File.h
…
Win32FileSystem.cpp
…
Win32FileSystem.h
…
Win32Network.cpp
…
Win32Network.h
…
Win32Platform.cpp
…
Win32Platform.h
Add
Platform::GetMousePosition
/
WindowsPlatform::SetMousePosition
for unified access to screen-space mouse position on all platforms
2023-05-28 15:30:16 +02:00
Win32StringUtils.cpp
Fix warning
2023-07-03 22:13:13 +02:00
Win32Thread.cpp
…
Win32Thread.h
…
WindowsMinimal.h
…