mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-04 02:30:53 +00:00
6cffb30330
. simplify the interface FrameBase to make it easier to implement it for different cases (remove HDC and make parameters more explicit) . remove functions which are only called on a Win32Frame (in which case a cast is guaranteed to succeed) . otherwise there is the risk that every FrameBase implementation wants to add its own variants. . FrameBase::FrameRefreshStatus() simplify implementation: pass all flags explicitly |
||
---|---|---|
.. | ||
AppleWin.cpp | ||
AppleWin.h | ||
DirectInput.cpp | ||
DirectInput.h | ||
Win32Frame.cpp | ||
Win32Frame.h | ||
WinFrame.cpp | ||
WinFrame.h |