org.eclipse.swt.events.MouseEvent

Copyright (c) 2000, 2008 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

Contributors: IBM Corporation - initial API and implementation Port to the D programming language: Frank Benoit <benoit@tionex.de>

Members

Classes

MouseEvent
class MouseEvent

Instances of this class are sent whenever mouse related actions occur. This includes mouse buttons being pressed and released, the mouse pointer being moved and the mouse pointer crossing widget boundaries. <p> Note: The <code>button</code> field is an integer that represents the mouse button number. This is not the same as the <code>SWT</code> mask constants <code>BUTTONx</code>. </p>

Meta