diff dwt/internal/cocoa/IOLLEvent.d @ 1:8b48be5454ce

The internal cocoa classes compile now
author Jacob Carlborg <doob@me.com> <jacob.carlborg@gmail.com>
date Tue, 19 Aug 2008 17:35:17 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwt/internal/cocoa/IOLLEvent.d	Tue Aug 19 17:35:17 2008 +0200
@@ -0,0 +1,13 @@
+/**
+ * Copyright: Copyright (c) 2008 Jacob Carlborg. All rights reserved.
+ * Authors: Jacob Carlborg
+ * Version: Initial created: Aug 10, 2008
+ * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
+ * 
+ */
+module dwt.internal.cocoa.IOLLEvent;
+
+const int NX_TABLET_POINTER_UNKNOWN = 0;
+const int NX_TABLET_POINTER_PEN = 1;
+const int NX_TABLET_POINTER_CURSOR = 2;
+const int NX_TABLET_POINTER_ERASER = 3;
\ No newline at end of file