git-svn-id: https://spexeah.com:8443/svn/Asuro@643 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -60,6 +60,11 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure onBaseDraw();
|
||||
begin
|
||||
clearWNDEx(0, console.combinecolors($01C3, $A55F));
|
||||
end;
|
||||
|
||||
procedure init();
|
||||
begin
|
||||
colors:= console.combinecolors($0000, $FFFF);
|
||||
@ -70,6 +75,7 @@ begin
|
||||
console.setShellWindow(Handle, false);
|
||||
console.registerEventHandler(Handle, EVENT_DRAW, void(@Draw));
|
||||
console.registerEventHandler(Handle, EVENT_MOUSE_CLICK, void(@OnMouseClick));
|
||||
console.registerEventHandler(0, EVENT_DRAW, void(@onBaseDraw));
|
||||
end;
|
||||
|
||||
end.
|
Reference in New Issue
Block a user