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.
8 lines
247 B
C
8 lines
247 B
C
#pragma once
|
|
|
|
UINT GetFrameBufferBorderlessWidth(void);
|
|
UINT GetFrameBufferBorderlessHeight(void);
|
|
UINT GetFrameBufferBorderWidth(void);
|
|
UINT GetFrameBufferBorderHeight(void);
|
|
UINT GetFrameBufferWidth(void);
|
|
UINT GetFrameBufferHeight(void);
|