gnu.x11.event
Class MotionNotify

java.lang.Object
  extended by gnu.x11.event.Event
      extended by gnu.x11.event.Input
          extended by gnu.x11.event.MotionNotify

public final class MotionNotify
extends Input

X motion notify event.


Field Summary
static int CODE
           
 
Fields inherited from class gnu.x11.event.Input
child_window_id, event_window_id, event_x, event_y, root_window_id, root_x, root_y, same_screen, state, time
 
Fields inherited from class gnu.x11.event.Event
BUTTON_MOTION_MASK, BUTTON_PRESS_MASK, BUTTON_RELEASE_MASK, BUTTON1_MOTION_MASK, BUTTON2_MOTION_MASK, BUTTON3_MOTION_MASK, BUTTON4_MOTION_MASK, BUTTON5_MOTION_MASK, code, COLORMAP_CHANGE_MASK, detail, display, ENTER_WINDOW_MASK, EXPOSURE_MASK, FOCUS_CHANGE_MASK, KEY_PRESS_MASK, KEY_RELEASE_MASK, KEYMAP_STATE_MASK, LAST_MASK_INDEX, LEAVE_WINDOW_MASK, NO_EVENT_MASK, OWNER_GRAB_BUTTON_MASK, POINTER_MOTION_HINT_MASK, POINTER_MOTION_MASK, PROPERTY_CHANGE_MASK, RESIZE_REDIRECT_MASK, sequence_number, STRUCTURE_NOTIFY_MASK, SUBSTRUCTURE_NOTIFY_MASK, SUBSTRUCTURE_REDIRECT_MASK, VISIBILITY_CHANGE_MASK
 
Constructor Summary
MotionNotify(Display display, ResponseInputStream in)
           
 
Method Summary
 
Methods inherited from class gnu.x11.event.Input
child_id, child, detail, event_x, event_y, root_id, root_x, root_y, root, same_screen, set_detail, set_state, set_window, state, write
 
Methods inherited from class gnu.x11.event.Event
code, seq_no, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CODE

public static final int CODE
See Also:
Constant Field Values
Constructor Detail

MotionNotify

public MotionNotify(Display display,
                    ResponseInputStream in)