diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-23 16:44:30 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-23 16:44:30 +0300 |
| commit | 26cee052a5b20d7a5bdb597776c55dcd3da2da62 (patch) | |
| tree | fd4a4bfceeb4509515913557fc66ad28704abdf9 /Software/Visual_Studio/Tango.Core/EventArguments | |
| parent | 2521b3c058fe18f1ebd48a85577349b49c1c2108 (diff) | |
| download | Tango-26cee052a5b20d7a5bdb597776c55dcd3da2da62.tar.gz Tango-26cee052a5b20d7a5bdb597776c55dcd3da2da62.zip | |
Implemented new Twine color catalog !
Diffstat (limited to 'Software/Visual_Studio/Tango.Core/EventArguments')
| -rw-r--r-- | Software/Visual_Studio/Tango.Core/EventArguments/MouseOrTouchEventArgs.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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<IInputElement, Point> GetPositionAction { get; set; } public bool Handled { get; set; } public TouchDevice TouchDevice { get; set; } + public StylusDevice StylusDevice { get; set; } public Point GetPosition(IInputElement relativeTo) { |
