码迷,mamicode.com
首页 > 移动开发 > 详细

qt 移动窗口MoveWindow

时间:2020-05-07 20:00:29      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:pre   window   this   win   tom   amp   idt   获取   get   

    RECT r;
    GetWindowRect(this->gameHwnd, &r);
    
    // 获取窗口的宽度和高度
    int nWidth = r.right - r.left;
    int nHeight = r.bottom - r.top;

    MoveWindow(this->gameHwnd,0,0,nWidth,nHeight,false);

qt 移动窗口MoveWindow

标签:pre   window   this   win   tom   amp   idt   获取   get   

原文地址:https://www.cnblogs.com/ajanuw/p/12844840.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!