KeyMouse
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#ifndef INCLUDED_C_WINGUIUTIL_H
|
||||
#define INCLUDED_C_WINGUIUTIL_H
|
||||
|
||||
#ifndef INCLUDED_WINDOWS_H
|
||||
#define INCLUDED_WINDOWS_H
|
||||
#include <windows.h>
|
||||
#endif /*INCLUDED_WINDOWS_H*/
|
||||
|
||||
/* -------------------------------------------------------------------------------------------------------------- */
|
||||
/* */
|
||||
|
||||
|
||||
|
||||
typedef struct {
|
||||
int x;
|
||||
int y;
|
||||
}c_WinGui_Point_t;
|
||||
|
||||
/* -------------------------------------------------------------------------------------------------------------- */
|
||||
/* */
|
||||
|
||||
void c_WinGuiUtil_MoveWindowToScreenCenter(HWND hwnd);
|
||||
|
||||
|
||||
#endif /*INCLUDED_C_WINGUIUTIL_H*/
|
||||
Reference in New Issue
Block a user