From 26cee052a5b20d7a5bdb597776c55dcd3da2da62 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 23 May 2019 16:44:30 +0300 Subject: Implemented new Twine color catalog ! --- .../Visual_Studio/Tango.Core/EventArguments/MouseOrTouchEventArgs.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Software/Visual_Studio/Tango.Core/EventArguments') diff --git a/Software/Visual_Studio/Tango.Core/EventArguments/MouseOrTouchEventArgs.cs b/Software/Visual_Studio/Tango.Core/EventArguments/MouseOrTouchEventArgs.cs index b2c09e41d..6b6db0a39 100644 --- a/Software/Visual_Studio/Tango.Core/EventArguments/MouseOrTouchEventArgs.cs +++ b/Software/Visual_Studio/Tango.Core/EventArguments/MouseOrTouchEventArgs.cs @@ -16,6 +16,7 @@ namespace Tango.Core.EventArguments internal Func GetPositionAction { get; set; } public bool Handled { get; set; } public TouchDevice TouchDevice { get; set; } + public StylusDevice StylusDevice { get; set; } public Point GetPosition(IInputElement relativeTo) { -- cgit v1.3.1