AppleWin/source/linux/duplicates/PropertySheet.cpp
2020-12-20 16:35:44 +00:00

98 lines
1.5 KiB
C++

#include "StdAfx.h"
#include "linux/duplicates/PropertySheet.h"
#include "Configuration/PropertySheetHelper.h"
void CPropertySheet::Init(void)
{
}
DWORD CPropertySheet::GetVolumeMax(void)
{
return 99;
}
bool CPropertySheet::SaveStateSelectImage(HWND hWindow, bool bSave)
{
return false;
}
void CPropertySheet::ApplyNewConfig(const CConfigNeedingRestart& ConfigNew, const CConfigNeedingRestart& ConfigOld)
{
}
void CPropertySheet::ConfigSaveApple2Type(eApple2Type apple2Type)
{
}
UINT CPropertySheet::GetScrollLockToggle(void)
{
return 0;
}
void CPropertySheet::SetScrollLockToggle(UINT uValue)
{
}
UINT CPropertySheet::GetJoystickCursorControl(void)
{
return 0;
}
void CPropertySheet::SetJoystickCursorControl(UINT uValue)
{
}
UINT CPropertySheet::GetJoystickCenteringControl(void)
{
return 0;
}
void CPropertySheet::SetJoystickCenteringControl(UINT uValue)
{
}
UINT CPropertySheet::GetAutofire(UINT uButton)
{
return 0;
}
void CPropertySheet::SetAutofire(UINT uValue)
{
}
bool CPropertySheet::GetButtonsSwapState(void)
{
return false;
}
void CPropertySheet::SetButtonsSwapState(bool value)
{
}
UINT CPropertySheet::GetMouseShowCrosshair(void)
{
return 0;
}
void CPropertySheet::SetMouseShowCrosshair(UINT uValue)
{
}
UINT CPropertySheet::GetMouseRestrictToWindow(void)
{
return 0;
}
void CPropertySheet::SetMouseRestrictToWindow(UINT uValue)
{
}
UINT CPropertySheet::GetTheFreezesF8Rom(void)
{
return 0;
}
void CPropertySheet::SetTheFreezesF8Rom(UINT uValue)
{
}