gnu.gcj.xlib

Class XButtonEvent


public class XButtonEvent
extends XEvent

Interprets data from an Xlib XButtonEvent into members of java primitive types.

Field Summary

static int
MASK_CONTROL
static int
MASK_LOCK
static int
MASK_MOD1
static int
MASK_MOD2
static int
MASK_MOD3
static int
MASK_MOD4
static int
MASK_MOD5
static int
MASK_SHIFT
int
button
int
state
long
time
int
x
int
y

Constructor Summary

XButtonEvent(XAnyEvent event)

Method Summary

Methods inherited from class gnu.gcj.xlib.XEvent

getXAnyEvent, toString

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

MASK_CONTROL

public static final int MASK_CONTROL
Field Value:
4

MASK_LOCK

public static final int MASK_LOCK
Field Value:
2

MASK_MOD1

public static final int MASK_MOD1
Field Value:
8

MASK_MOD2

public static final int MASK_MOD2
Field Value:
16

MASK_MOD3

public static final int MASK_MOD3
Field Value:
32

MASK_MOD4

public static final int MASK_MOD4
Field Value:
64

MASK_MOD5

public static final int MASK_MOD5
Field Value:
128

MASK_SHIFT

public static final int MASK_SHIFT
Field Value:
1

button

public int button

state

public int state

time

public long time

x

public int x

y

public int y

Constructor Details

XButtonEvent

public XButtonEvent(XAnyEvent event)

Copyright (C) 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.