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

Method input_window_scale_callback

src/MainProgram.cpp:536–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536void MainProgram::input_window_scale_callback(const InputManager::WindowScaleCallbackArgs& w) {
537 g.window_update();
538 screen->input_window_scale_callback(w);
539 post_callback();
540}
541
542void MainProgram::input_window_mouse_focus_gained() {
543#ifndef __ANDROID__

Callers 1

Calls 1

window_updateMethod · 0.80

Tested by

no test coverage detected