Added cursor change method

This commit is contained in:
Jack Andersen
2015-11-29 14:20:20 -10:00
parent c0b93f39d8
commit 5843840411
6 changed files with 114 additions and 21 deletions

View File

@@ -128,6 +128,14 @@ struct WindowWayland : IWindow
{
}
void setCursor(EMouseCursor cursor)
{
}
void setWaitCursor(bool wait)
{
}
void setWindowFrameDefault()
{