comparison 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
comparison
equal deleted inserted replaced
0:380af2bdd8e5 1:8b48be5454ce
1 /**
2 * Copyright: Copyright (c) 2008 Jacob Carlborg. All rights reserved.
3 * Authors: Jacob Carlborg
4 * Version: Initial created: Aug 10, 2008
5 * License: $(LINK2 http://opensource.org/licenses/bsd-license.php, BSD Style)
6 *
7 */
8 module dwt.internal.cocoa.IOLLEvent;
9
10 const int NX_TABLET_POINTER_UNKNOWN = 0;
11 const int NX_TABLET_POINTER_PEN = 1;
12 const int NX_TABLET_POINTER_CURSOR = 2;
13 const int NX_TABLET_POINTER_ERASER = 3;