MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / get_scale_and_density_factor_gui

Method get_scale_and_density_factor_gui

src/MainProgram.cpp:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291float MainProgram::get_scale_and_density_factor_gui() {
292 return window.scale * window.density;
293}
294
295void MainProgram::refresh_draw_surfaces() {
296 if(window.canCreateSurfaces) {

Calls

no outgoing calls

Tested by

no test coverage detected