Browse Source

NoMouse support

Brian Fiete 11 months ago
parent
commit
4f8c820b34
1 changed files with 2 additions and 1 deletions
  1. 2 1
      BeefySysLib/BFWindow.h

+ 2 - 1
BeefySysLib/BFWindow.h

@@ -56,7 +56,8 @@ enum
 	BFWINDOW_SHOWMAXIMIZED  = 0x4000000,
 	BFWINDOW_ALLOW_FULLSCREEN = 0x8000000,
 	BFWINDOW_ACCEPTFILES	= 0x10000000,
-	BFWINDOW_NOSHOW			= 0x20000000
+	BFWINDOW_NOSHOW			= 0x20000000,
+	BFWINDOW_NO_MOUSE       = 0x40000000
 
 };