Home
last modified time | relevance | path

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

/dports/games/construo/construo-0.2.3/src/
H A Dcolors.cpp22 Color button_fg_hover (0x009f9fFF); variable
H A Dcolors.hpp25 extern Color button_fg_hover;
H A Dgui_buttons.cpp109 x_pos + width, y_pos + height, Colors::button_fg_hover); in draw_border_hover()