#117 add hotkey settings to .ini

This commit is contained in:
FunkyFr3sh 2021-09-29 12:55:20 +02:00
parent 3015ddeb52
commit 768a3aaa7f
3 changed files with 66 additions and 11 deletions

View file

@ -104,6 +104,15 @@ typedef struct CNCDDRAW
RECT rc;
} mouse;
struct
{
int toggle_fullscreen;
int toggle_maximize;
int unlock_cursor1;
int unlock_cursor2;
int screenshot;
} hotkeys;
HWND hwnd;
WNDPROC wndproc;
struct { DWORD x; DWORD y; } cursor;