TinyLifeExampleMod/Api/TinyLife/Uis/Cursor.md

568 B

Cursor

Namespace: TinyLife > Uis

Assembly: Tiny Life.dll

Summary

The Cursor class contains ways to change the Microsoft.Xna.Framework.Input.MouseCursor visuals to different TinyLife.Uis.CursorType values

Static Methods

Return Name Summary
void SetCursor ( CursorType ) Sets the currently used cursor to the given TinyLife.Uis.CursorType. Note that, every MLEM.Startup.MlemGame.Update(Microsoft.Xna.Framework.GameTime) frame, the cursor is reset to the default.