update 0.9.0
This commit is contained in:
parent
470f65cca4
commit
f1f8a1e846
4 changed files with 24 additions and 4 deletions
|
|
@ -2017,6 +2017,11 @@ function SAEO_Video() {
|
|||
DirectDraw_ReleaseDC(hdc);
|
||||
}*/
|
||||
|
||||
this.hideCursor = function(hide) {
|
||||
if (hAmigaWnd !== null && hAmigaWnd.shown)
|
||||
hAmigaWnd.canvas.style.cursor = hide ? "none" : "auto";
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------------*/
|
||||
|
||||
//var flushymin = 0, flushymax = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue