Home
last modified time | relevance | path

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

/dports/games/construo/construo-0.2.3/src/
H A Dcolors.cpp26 Color button_bg_hover (0x006060EE); variable
H A Dcolors.hpp29 extern Color button_bg_hover;
H A Dgui_buttons.cpp76 gc->draw_fill_rect (x_pos, y_pos, x_pos + width, y_pos + height, Colors::button_bg_hover); in draw()
H A Dgui_child_manager.cpp77 Colors::button_bg_hover); in draw()