Searched defs:NSEvent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/event/
H A DNSEvent.java32 * A class representing Cocoa NSEvent class with the fields only necessary for
35 public final class NSEvent { class
53 public NSEvent(int type, int modifierFlags, short keyCode, String charactersIgnoringModifiers) { method in class:NSEvent
60 public NSEvent(int type, int modifierFlags, int clickCount, int buttonNumber, method in class:NSEvent
125 return "NSEvent[" + getType() + " ," + getModifierFlags() + " ,"
132 * Converts an NSEvent button number to a MouseEvent constant.
185 * Converts NSEvent types to AWT event types.
228 * Converts NSEvent mouse modifiers to AWT mouse modifiers.
234 * Converts NSEvent key modifiers to AWT key modifiers.
239 * Converts NSEvent ke
[all...]

Completed in 46 milliseconds