19 #ifndef MIR_SCENE_COORDINATE_TRANSLATOR_H_
20 #define MIR_SCENE_COORDINATE_TRANSLATOR_H_
59 int32_t
x, int32_t
y) = 0;
66 #endif // MIR_SCENE_COORDINATE_TRANSLATOR_H_
All things Mir.
Definition: buffer_stream.h:37
Support for the debug "surface to screen" coordinate translation interface.
Definition: coordinate_translator.h:40
Definition: dimensions.h:35
virtual geometry::Point surface_to_screen(std::shared_ptr< frontend::Surface > surface, int32_t x, int32_t y)=0
Translate a surface coordinate into the screen coordinate space.
Definition: dimensions.h:35
virtual ~CoordinateTranslator()=default