Revision 69 EditorCore.h

EditorCore.h (revision 69)
45 45
	ofxArgosUI_Panel		*editor;
46 46

  
47 47
	resizeControl			*rControl; 
48
	moveControl				*mControl; 
48 49

  
49 50
	ofxArgosUI_Button		*editing; 
50 51
	ofxArgosUI_Button		*cancel;
......
77 78

  
78 79
	void removeControl();
79 80

  
81
	// Keyboard Arrows
80 82
	void updateX(int direction);
81 83
	void updateY(int direction);
82 84

  
85
	// Mouse Conrol
86
	void updateLocation(int x, int y); 
83 87
	void updateSize(int width, int height);
84 88

  
85 89
	string toStr(float input);

Also available in: Unified diff