view dwt/internal/cocoa/IOLLEvent.d @ 122:2e671fa40eec

Ported dwt.dnd, dwt.opengl, dwt.printing and dwt.program
author Jacob Carlborg <doob@me.com>
date Wed, 31 Dec 2008 21:01:13 +0100
parents 8b48be5454ce
children
line wrap: on
line source

/**
 * 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;