📄 micon.cpp
字号:
#include"\sunshine\include\micon.h"
#include"\sunshine\include\app.h"
#include"\sunshine\include\define.h"
#include<fstream.h>
#include<alloc.h>
MIcon::MIcon(int x,int y,char *filename)
:MObj(x,y,0,0,"ICON"),MBmp(filename)
{
firstrun=1;
}
void MIcon::UnFocus()
{
Mouse am(1);
BitBlt(x(),y());
}
int MIcon::Process()
{
if(firstrun){firstrun=0;UnFocus();return 1;}
return 1;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -