How to remove Window Freeze on ALT-Keypress?
I already commented out this line in NeuzMsgProc.cpp
EDIT: in d3dapp.cpp remove m_dwWindowStyle &= ~WS_SIZEBOX; and dwStyle &= ~WS_SIZEBOX;
I already commented out this line in NeuzMsgProc.cpp
EDIT: in d3dapp.cpp remove m_dwWindowStyle &= ~WS_SIZEBOX; and dwStyle &= ~WS_SIZEBOX;