GUI_Magnify
This callback notifies when the magnifying glass is active.
Callback Parameters
active: boolean - if active this value is true otherwise false.
RxCore.GUI_Magnify(function(active) {
console.log("magnifying glass on " active);
});