comparison UI code/UIElement.mm @ 26:8d7ae43b2edd

BLOODY FIIDDLY MOFO THIS ONE
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 28 Oct 2014 19:15:28 +0000
parents af71bf84660f
children ba426cc4e6e1
comparison
equal deleted inserted replaced
25:8eb530e0601b 26:8d7ae43b2edd
54 void UIElement::init(){ 54 void UIElement::init(){
55 55
56 56
57 hidden = false; 57 hidden = false;
58 inactive = false; 58 inactive = false;
59 zLayer = 0;
59 } 60 }
60 //---------------------------------------------------------------------- 61 //----------------------------------------------------------------------
61 void UIElement::draw(){ 62 void UIElement::draw(){
62 if(hidden) return; 63 if(hidden) return;
63 //cout<<"element draw\n"; 64 //cout<<"element draw\n";