mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-03-14 12:05:07 +00:00
11 lines
160 B
HolyC
Executable file
11 lines
160 B
HolyC
Executable file
U0 Mouse()
|
|
{
|
|
"Press left mouse bttn to exit.\n";
|
|
while (!ms.lb) { //Left bttn to exit.
|
|
GrPlot(,ms.pos.x,ms.pos.y);
|
|
Refresh;
|
|
}
|
|
DCFill;
|
|
}
|
|
|
|
Mouse;
|