1
0
Fork 0

Canvas API: access to canvas "desktop".

This commit is contained in:
Thomas Geymayer 2013-07-25 00:59:52 +02:00
parent 3450cfa0a7
commit 589d021e1c

View file

@ -966,6 +966,11 @@ var get = func(arg)
return wrapCanvas(canvas_ghost);
};
var getDesktop = func()
{
return Group.new(_getDesktopGhost());
};
# ------------------------------------------------------------------------------
# Show warnings if API used with too old version of FlightGear without Canvas
# support (Wrapped in anonymous function do not polute the canvas namespace)