From 5d912fc85519e3d0f387a7183711bb5baf521e8a Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 13 Feb 2021 09:47:41 +0200 Subject: Windows: Improved custom frame behavior Windows-key shortcuts and cursor edge snapping. Still missing: window shadow and saving the snap mode. --- src/win32.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/win32.h') diff --git a/src/win32.h b/src/win32.h index b988c302..4b8f00da 100644 --- a/src/win32.h +++ b/src/win32.h @@ -22,7 +22,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #pragma once -#include +#include #include #include @@ -32,3 +32,5 @@ void setDPIAware_Win32(void); float desktopDPI_Win32(void); void useExecutableIconResource_SDLWindow(SDL_Window *win); void processNativeEvent_Win32(const struct SDL_SysWMmsg *msg, iWindow *window); + +iInt2 cursor_Win32(void); -- cgit v1.2.3