Finally bring cursors into the resource manager framework

- Hotspots are still hardcoded, unfortunately
- Obscuring the cursor when using the keyboard now works properly
This commit is contained in:
2014-04-21 04:05:55 -04:00
parent 321cd7c2e5
commit 84192cd52f
10 changed files with 71 additions and 136 deletions

View File

@@ -123,7 +123,6 @@ int main(int argc, char* argv[]) {
while(!All_Done)
Handle_One_Event();
clean_up_graphtool();
return 0;
}