IgeObject

Method: drawMouse

Gets / sets the boolean flag determining if this object should have it's mouse position drawn, usually for debug purposes.
drawMouse (Boolean val)
  • Booleanval
Returns *

Enable draw mouse position data

var entity = new IgeEntity();
entity.drawMouse(true);

Disable draw mouse position data

var entity = new IgeEntity();
entity.drawMouse(false);

Get the current flag value

console.log(entity.drawMouse());
© Copyright 2013 Irrelon Software Limited. All Rights Reserved. UK Registered Company Number: 07522767
Isogenic (ī´sōjen´ik): Adj originating from a common source; possessing the same genetic composition.
Strange Things Happen at the One Two Point