#117 add hotkey settings to .ini
This commit is contained in:
parent
3015ddeb52
commit
768a3aaa7f
3 changed files with 66 additions and 11 deletions
9
inc/dd.h
9
inc/dd.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue