Restores default system cursors and cancels any changes made by SetCursor calls.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Sub RestoreSystemCursors |
| C# |
|---|
public static void RestoreSystemCursors() |
| Visual C++ |
|---|
public: static void RestoreSystemCursors() |
| JavaScript |
|---|
Greatis.Nostalgia.SystemCursor.restoreSystemCursors = function(); |