< prev index next >

modules/javafx.graphics/src/main/native-glass/mac/GlassViewDelegate.h

Print this page

        

*** 72,81 **** --- 72,83 ---- - (void)setFrameSize:(NSSize)newSize; - (void)setFrame:(NSRect)frameRect; - (void)updateTrackingAreas; - (void)drawRect:(NSRect)dirtyRect; + - (void)setResizableForFullscreen:(BOOL)resizable; + - (void)sendJavaMouseEvent:(NSEvent *)theEvent; - (void)resetMouseTracking; - (void)sendJavaMenuEvent:(NSEvent *)theEvent; - (void)sendJavaKeyEvent:(NSEvent *)event isDown:(BOOL)isDown; - (void)sendJavaModifierKeyEvent:(NSEvent *)theEvent;
< prev index next >