This commit is contained in:
2017-05-07 10:31:13 +01:00
parent f800df6cf5
commit de1ace0d63
2 changed files with 29 additions and 0 deletions

View File

@@ -178,3 +178,20 @@ void CanvasModeCamera::on_MouseEvent(MouseEvent* me, glm::vec2& loc)
break;
}
}
////////////////////////////////////////////////////////////////////
void CanvasModeNormal::on_MouseEvent(MouseEvent* me, glm::vec2& loc)
{
}
void CanvasModeNormal::on_Draw(const glm::mat4& ortho, const glm::mat4& proj, const glm::mat4& camera)
{
}
void CanvasModeNormal::init()
{
m_line.create();
}