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:
parent
a30ad3d9d2
commit
962ebba6e9
5 changed files with 12 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue