< prev index next >
src/java.desktop/macosx/native/libawt_lwawt/awt/AWTEvent.m
Print this page
*** 21,42 ****
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
! #import <JavaNativeFoundation/JavaNativeFoundation.h>
! #import <JavaRuntimeSupport/JavaRuntimeSupport.h>
! #import <sys/time.h>
! #include <Carbon/Carbon.h>
#import "jni_util.h"
- #import "LWCToolkit.h"
- #import "ThreadUtilities.h"
! #import "java_awt_event_InputEvent.h"
! #import "java_awt_event_KeyEvent.h"
! #import "java_awt_event_MouseEvent.h"
/*
* Table to map typed characters to their Java virtual key equivalent and back.
* We use the incoming unichar (ignoring all modifiers) and try to figure out
* which virtual key code is appropriate. A lot of them just have direct
--- 21,39 ----
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
! #import "java_awt_event_InputEvent.h"
! #import "java_awt_event_KeyEvent.h"
! #import "LWCToolkit.h"
#import "jni_util.h"
! #import <JavaNativeFoundation/JavaNativeFoundation.h>
! #import <sys/time.h>
! #import <Carbon/Carbon.h>
/*
* Table to map typed characters to their Java virtual key equivalent and back.
* We use the incoming unichar (ignoring all modifiers) and try to figure out
* which virtual key code is appropriate. A lot of them just have direct
< prev index next >