aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Skinning.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-04 13:59:31 -0500
committerMichael <[email protected]>2017-02-04 13:59:31 -0500
commit9a9ec274d32b78291c9ca489a0cc7ce45e85907e (patch)
tree89e2c59096a6392813c5bef86ce47e710203f5ef /ShiftOS_TheReturn/Skinning.cs
parent50971ea04e7ad7a7ae9dcbbe911b7b8bcf5dd7d3 (diff)
downloadshiftos_thereturn-9a9ec274d32b78291c9ca489a0cc7ce45e85907e.tar.gz
shiftos_thereturn-9a9ec274d32b78291c9ca489a0cc7ce45e85907e.tar.bz2
shiftos_thereturn-9a9ec274d32b78291c9ca489a0cc7ce45e85907e.zip
Sorta-working custom cursors.
Diffstat (limited to 'ShiftOS_TheReturn/Skinning.cs')
-rw-r--r--ShiftOS_TheReturn/Skinning.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/ShiftOS_TheReturn/Skinning.cs b/ShiftOS_TheReturn/Skinning.cs
index b3dddd3..d6af165 100644
--- a/ShiftOS_TheReturn/Skinning.cs
+++ b/ShiftOS_TheReturn/Skinning.cs
@@ -152,6 +152,14 @@ namespace ShiftOS.Engine {
[ShifterName("System Font")]
[ShifterDescription("The font style used by the system.")]
public Font MainFont = SysFont;
+
+ [Image("mouse")]
+ [ShifterMeta("System")]
+ [ShifterCategory("General")]
+ [ShifterName("Mouse image")]
+ [ShifterDescription("Select an image to be displayed as the system mouse cursor.")]
+ [RequiresUpgrade("skinning")]
+ public byte[] MouseCursorImage = null;
[ShifterEnumMask(new[] { "Right", "Left"})]
[ShifterMeta("Windows")]