mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 00:30:17 +00:00
7ca547479b
This is not complete as header files from Windows/.. are still included in: Keyboard.cpp SerialComms.cpp Joystick.cpp But probably these are arch specific and will have to be completely reimplemented elsewhere.
9 lines
247 B
C
9 lines
247 B
C
#pragma once
|
|
|
|
UINT GetFrameBufferBorderlessWidth(void);
|
|
UINT GetFrameBufferBorderlessHeight(void);
|
|
UINT GetFrameBufferBorderWidth(void);
|
|
UINT GetFrameBufferBorderHeight(void);
|
|
UINT GetFrameBufferWidth(void);
|
|
UINT GetFrameBufferHeight(void);
|