Fixed issue Adjust position of vertices using arrow keys not working on output display #77

This commit is contained in:
baydam
2014-11-05 17:17:37 +00:00
parent f6711ed7a8
commit 539d189f9d
5 changed files with 11 additions and 3 deletions
+3
View File
@@ -79,6 +79,9 @@ public:
/// Returns the currently active (ie. selected) vertex, or NO_VERTEX if none is currently active.
int getActiveVertexIndex() const { return _activeVertex; }
/// Set the currently active vertex
void setActiveVertexIndex(int activeVertex) { _activeVertex = activeVertex; }
protected:
void initializeGL();
void resizeGL(int width, int height);