多分これ↓でいいと思います<(_ _)>
#include "DxLib.h"
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )
{
ChangeWindowMode(1);DxLib_Init(); int x,y;
while(ProcessMessage()==0)
{ GetWindowPosition( &x,&y ); x++; SetWindowPosition(x,y); WaitTimer(16); }
DxLib_End(); return 0;
}