1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Disabled Alt+Enter

This commit is contained in:
Brian Fiete 2020-05-11 10:31:12 -07:00
parent a30ad3d9d2
commit 962ebba6e9
5 changed files with 12 additions and 6 deletions

View file

@ -48,6 +48,7 @@
NS_BF_BEGIN;
class WinBFWindow;
class BFApp;
class DXRenderDevice;
@ -150,7 +151,7 @@ public:
virtual void PhysSetAsTarget();
public:
DXRenderWindow(DXRenderDevice* renderDevice, HWND hWnd, bool windowed);
DXRenderWindow(DXRenderDevice* renderDevice, WinBFWindow* window, bool windowed);
~DXRenderWindow();
void ReleaseNative();