📄 window_8h.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>MiniGUI V1.6.10 API Reference: window.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.htm">Main Page</a> | <a class="qindex" href="modules.htm">Modules</a> | <a class="qindex" href="classes.htm">Alphabetical List</a> | <a class="qindex" href="annotated.htm">Data Structures</a> | <a class="qindex" href="dirs.htm">Directories</a> | <a class="qindex" href="files.htm">File List</a> | <a class="qindex" href="functions.htm">Data Fields</a> | <a class="qindex" href="globals.htm">Globals</a> | <a class="qindex" href="pages.htm">Related Pages</a></div><div class="nav"><a class="el" href="dir_000003.htm">include</a></div><h1>window.h File Reference</h1><p><a href="window_8h-source.htm">Go to the source code of this file.</a><h2>Defines</h2><ul><li>#define <a class="el" href="group__msgs.htm#ga0">MSG_NULLMSG</a> 0x0000<li>#define <a class="el" href="group__mouse__msgs.htm#ga1">MSG_LBUTTONDOWN</a> 0x0001<dl class="el"><dd class="mdescRight">Left mouse button down message. <a href="group__mouse__msgs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga2">MSG_LBUTTONUP</a> 0x0002<dl class="el"><dd class="mdescRight">Left mouse button up message. <a href="group__mouse__msgs.htm#ga2"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga3">MSG_LBUTTONDBLCLK</a> 0x0003<dl class="el"><dd class="mdescRight">Left mouse button double clicked message. <a href="group__mouse__msgs.htm#ga3"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga4">MSG_MOUSEMOVE</a> 0x0004<dl class="el"><dd class="mdescRight">The mouse moved message. <a href="group__mouse__msgs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga5">MSG_RBUTTONDOWN</a> 0x0005<dl class="el"><dd class="mdescRight">Right mouse button down message. <a href="group__mouse__msgs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga6">MSG_RBUTTONUP</a> 0x0006<dl class="el"><dd class="mdescRight">Right mouse button up message. <a href="group__mouse__msgs.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga7">MSG_RBUTTONDBLCLK</a> 0x0007<dl class="el"><dd class="mdescRight">Right mouse button double clicked message. <a href="group__mouse__msgs.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga9">MSG_NCLBUTTONDOWN</a> 0x0008<dl class="el"><dd class="mdescRight">Left mouse button down message in the non-client area. <a href="group__mouse__msgs.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga10">MSG_NCLBUTTONUP</a> 0x0009<dl class="el"><dd class="mdescRight">Left mouse button up message in the non-client area. <a href="group__mouse__msgs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga11">MSG_NCLBUTTONDBLCLK</a> 0x000A<dl class="el"><dd class="mdescRight">Left mouse button double clicked in the non-client area. <a href="group__mouse__msgs.htm#ga11"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga12">MSG_NCMOUSEMOVE</a> 0x000B<dl class="el"><dd class="mdescRight">Mouse moves in the non-client area. <a href="group__mouse__msgs.htm#ga12"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga13">MSG_NCRBUTTONDOWN</a> 0x000C<dl class="el"><dd class="mdescRight">Right mouse button down message in the non-client area. <a href="group__mouse__msgs.htm#ga13"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga14">MSG_NCRBUTTONUP</a> 0x000D<dl class="el"><dd class="mdescRight">Right mouse button up message in the non-client area. <a href="group__mouse__msgs.htm#ga14"></a><br></dl><li>#define <a class="el" href="group__mouse__msgs.htm#ga15">MSG_NCRBUTTONDBLCLK</a> 0x000E<dl class="el"><dd class="mdescRight">Right mouse button double clicked in the non-client area. <a href="group__mouse__msgs.htm#ga15"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga4">MSG_KEYDOWN</a> 0x0010<dl class="el"><dd class="mdescRight">User presses a key down. <a href="group__key__msgs.htm#ga4"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga5">MSG_CHAR</a> 0x0011<dl class="el"><dd class="mdescRight">A character translated from MSG_KEYDOWN message. <a href="group__key__msgs.htm#ga5"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga6">MSG_KEYUP</a> 0x0012<dl class="el"><dd class="mdescRight">User releases up a key. <a href="group__key__msgs.htm#ga6"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga7">MSG_SYSKEYDOWN</a> 0x0013<dl class="el"><dd class="mdescRight">User presses down a key when <Alt> key is down. <a href="group__key__msgs.htm#ga7"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga8">MSG_SYSCHAR</a> 0x0014<dl class="el"><dd class="mdescRight">A system character translated from MSG_SYSKEYDOWN message. <a href="group__key__msgs.htm#ga8"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga9">MSG_SYSKEYUP</a> 0x0015<dl class="el"><dd class="mdescRight">User releases up a key when <Alt> key is down. <a href="group__key__msgs.htm#ga9"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga10">MSG_KEYSYM</a> 0x0016<dl class="el"><dd class="mdescRight">A key symbol translated from MSG_KEYDOWN messages. <a href="group__key__msgs.htm#ga10"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga11">MSG_KEYLONGPRESS</a> 0x0017<dl class="el"><dd class="mdescRight">A key is long pressed. <a href="group__key__msgs.htm#ga11"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga12">MSG_KEYALWAYSPRESS</a> 0x0018<dl class="el"><dd class="mdescRight">A key is always pressed. <a href="group__key__msgs.htm#ga12"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga13">DEF_LPRESS_TIME</a> 500<dl class="el"><dd class="mdescRight">Default long pressed time of a key. <a href="group__key__msgs.htm#ga13"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga14">DEF_APRESS_TIME</a> 1000<dl class="el"><dd class="mdescRight">Default always pressed time of a key. <a href="group__key__msgs.htm#ga14"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga15">DEF_INTERVAL_TIME</a> 200<dl class="el"><dd class="mdescRight">Default send MSG_KEYLONGPRESS in interval value. <a href="group__key__msgs.htm#ga15"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga16">SetKeyLongPressTime</a>(time)<dl class="el"><dd class="mdescRight">User set default long pressed time of a key. <a href="group__key__msgs.htm#ga16"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga17">SetKeyAlwaysPressTime</a>(time)<dl class="el"><dd class="mdescRight">User set default always pressed time of a key. <a href="group__key__msgs.htm#ga17"></a><br></dl><li>#define <a class="el" href="group__key__msgs.htm#ga18">SetIntervalTime</a>(time)<dl class="el"><dd class="mdescRight">User set default interval time that MSG_KEYLONGPRESS is sent. <a href="group__key__msgs.htm#ga18"></a><br></dl><li>#define <a class="el" href="group__post__event__msgs.htm#ga1">MSG_SETCURSOR</a> 0x0020<dl class="el"><dd class="mdescRight">Sets cursor shape in the client area. <a href="group__post__event__msgs.htm#ga1"></a><br></dl><li>#define <a class="el" href="group__post__event__msgs.htm#ga36">MSG_NCHITTEST</a> 0x0021<dl class="el"><dd class="mdescRight">Hit test in non-client area. This is an async message. <a href="group__post__event__msgs.htm#ga36"></a><br></dl><li>#define <a class="el" href="group__post__event__msgs.htm#ga37">MSG_HITTEST</a> MSG_NCHITTEST<dl class="el"><dd class="mdescRight">Hit test in non-client area. <a href="group__post__event__msgs.htm#ga37"></a><br></dl><li>#define <a class="el" href="group__post__event__msgs.htm#ga38">MSG_CHANGESIZE</a> 0x0022<dl class="el"><dd class="mdescRight">Change window size. <a href="group__post__event__msgs.htm#ga38"></a><br></dl><li>#define <a class="el" href="group__post__event__msgs.htm#ga40">MSG_QUERYCLIENTAREA</a> 0x0024<dl class="el"><dd class="mdescRight">Query client area. <a href="group__post__event__msgs.htm#ga40"></a><br></dl><li>#define <a class="el" href="group__post__event__msgs.htm#ga41">MSG_SIZECHANGING</a> 0x0025<dl class="el"><dd class="mdescRight">Indicates the size of the window is being changed. <a href="group__post__event__msgs.htm#ga41"></a><br></dl><li>#define <a class="el" href="group__post__event__msgs.htm#ga42">MSG_SIZECHANGED</a> 0x0026
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -