comparison Framework/Scene2D/OpenGLCompositor.h @ 891:0aff28f15ea2

new abstraction: IViewport
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Jul 2019 18:18:42 +0200
parents 77c96ba899f9
children 9c2f6d6b9f4a 88bf49aebc13
comparison
equal deleted inserted replaced
890:77c96ba899f9 891:0aff28f15ea2
75 75
76 unsigned int GetCanvasHeight() const 76 unsigned int GetCanvasHeight() const
77 { 77 {
78 return canvasHeight_; 78 return canvasHeight_;
79 } 79 }
80
81 // TODO => REMOVE
82 ScenePoint2D GetPixelCenterCoordinates(int x, int y) const;
83 }; 80 };
84 } 81 }