Home | History | Annotate | Download | only in skin

Lines Matching defs:hover

598     Button*   hover;
605 button->hover = NULL;
925 Button* hover = button->hover;
927 if (hover) {
928 if ( skin_rect_contains( &hover->rect, x, y ) )
931 hover->down = 0;
932 skin_window_redraw( window, &hover->rect );
933 button->hover = NULL;
936 hover = NULL;
939 hover = butt;
945 if (hover != NULL) {
946 switch (hover->keycode) {
954 hover = NULL;
972 hover = NULL;
976 if (hover != NULL) {
977 hover->down = 1;
978 skin_window_redraw( window, &hover->rect );
979 button->hover = hover;
1454 button = window->button.hover;
1483 window->button.hover = NULL;