modules/graphics/src/main/native-glass/mac/GlassView.h

Print this page

        

*** 43,53 **** - (void)exitFullscreenWithAnimate:(BOOL)animate; // the graphics specifics APIs - (void)begin; - (void)end; ! - (void)pushPixels:(void*)pixels withWidth:(GLuint)width withHeight:(GLuint)height withScale:(GLfloat)scale withEnv:(JNIEnv *)env; - (GlassViewDelegate*)delegate; - (void)setInputMethodEnabled:(BOOL)enabled; - (void)notifyScaleFactorChanged:(CGFloat)scale; --- 43,53 ---- - (void)exitFullscreenWithAnimate:(BOOL)animate; // the graphics specifics APIs - (void)begin; - (void)end; ! - (void)pushPixels:(void*)pixels withWidth:(GLuint)width withHeight:(GLuint)height withScaleX:(GLfloat)scaleX withScaleY:(GLfloat)scaleY withEnv:(JNIEnv *)env; - (GlassViewDelegate*)delegate; - (void)setInputMethodEnabled:(BOOL)enabled; - (void)notifyScaleFactorChanged:(CGFloat)scale;