Home
last modified time | relevance | path

Searched refs:default_mouse_wheel_func (Results 1 – 1 of 1) sorted by relevance

/external/skia/tools/viewer/sk_app/
DWindow.cpp32 static bool default_mouse_wheel_func(float delta, uint32_t modifiers, void* userData) { in default_mouse_wheel_func() function
50 , fMouseWheelFunc(default_mouse_wheel_func) in Window()