This website requires JavaScript.
Explore
Help
Sign in
simtactics
/
niotso
Watch
1
Star
0
Fork
You've already forked niotso
0
mirror of
https://github.com/simtactics/niotso.git
synced
2025-03-15 08:11:22 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c5117169b9
niotso
/
Client
/
Window
History
Fatbag
c5117169b9
Just learned that PostThreadMessage(ThreadID, WM_QUIT, 0, 0) works while PostQuitMessage(0) does not. Fixed an issue where, if the system fails before the window is created, the message loop thread is never killed.
2012-04-13 23:08:36 -05:00
..
Window.cpp
Just learned that PostThreadMessage(ThreadID, WM_QUIT, 0, 0) works while PostQuitMessage(0) does not. Fixed an issue where, if the system fails before the window is created, the message loop thread is never killed.
2012-04-13 23:08:36 -05:00
Window.hpp
Split off the Windows message handler into a separate thread.
2012-04-13 22:55:13 -05:00