summaryrefslogtreecommitdiff
path: root/ElmSharp.Wearable/ElmSharp.Wearable/PointerEventArgs.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ElmSharp.Wearable/ElmSharp.Wearable/PointerEventArgs.cs')
-rw-r--r--ElmSharp.Wearable/ElmSharp.Wearable/PointerEventArgs.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/ElmSharp.Wearable/ElmSharp.Wearable/PointerEventArgs.cs b/ElmSharp.Wearable/ElmSharp.Wearable/PointerEventArgs.cs
new file mode 100644
index 0000000..d746824
--- /dev/null
+++ b/ElmSharp.Wearable/ElmSharp.Wearable/PointerEventArgs.cs
@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+namespace ElmSharp.Wearable
+{
+ class PointerEventArgs : EventArgs
+ {
+ public IntPtr Pointer { get; set; }
+ }
+}