From bd0a94b2fe778016135d2ebc4fd3c84d3b72b62f Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Thu, 17 Dec 1998 00:19:50 +0100 Subject: [PATCH] rnd-19981217-1 --- src/buttons.c | 41 +++++------------------------------------ src/buttons.h | 1 - src/editor.c | 32 ++++++++++++++------------------ 3 files changed, 19 insertions(+), 55 deletions(-) diff --git a/src/buttons.c b/src/buttons.c index efb8ebf6..c9c13480 100644 --- a/src/buttons.c +++ b/src/buttons.c @@ -1788,6 +1788,9 @@ void HandleGadgets(int mx, int my, int button) gadget_released = (button == 0 && gi != NULL && new_gi == gi); + if (gadget_pressed) + gi = new_gi; + if (gi) { gi->event.x = mx - gi->x; @@ -1802,8 +1805,6 @@ void HandleGadgets(int mx, int my, int button) if (gadget_pressed) { - gi = new_gi; - DrawGadget(gi, TRUE, TRUE); gi->state = GD_BUTTON_PRESSED; @@ -1814,30 +1815,15 @@ void HandleGadgets(int mx, int my, int button) pressed_delay = 0; DelayReached(&pressed_delay, GADGET_FRAME_DELAY); - - /* - printf("new gadget pressed\n"); - */ - - if (gi->event_mask & GD_EVENT_PRESSED) gi->callback(gi); } if (gadget_pressed_repeated) { - if (gi->event_mask & GD_EVENT_PRESSED_REPEATED && + if (gi->event_mask & GD_EVENT_REPEATED && DelayReached(&pressed_delay, GADGET_FRAME_DELAY)) - { - - - /* - printf("gadget pressed (repeated)\n"); - */ - - - gi->callback(gi); - } + gi->callback(gi); } if (gadget_moving_inside) @@ -1848,11 +1834,6 @@ void HandleGadgets(int mx, int my, int button) gi->state = GD_BUTTON_PRESSED; gi->event.type = GD_EVENT_MOVING; - - /* - printf("inside gadget\n"); - */ - if (gi->event_mask & GD_EVENT_MOVING) gi->callback(gi); } @@ -1865,12 +1846,6 @@ void HandleGadgets(int mx, int my, int button) gi->state = GD_BUTTON_UNPRESSED; gi->event.type = GD_EVENT_MOVING; - - /* - printf("outside gadget\n"); - */ - - if (gi->event_mask & GD_EVENT_MOVING) gi->callback(gi); } @@ -1882,12 +1857,6 @@ void HandleGadgets(int mx, int my, int button) gi->state = GD_BUTTON_UNPRESSED; gi->event.type = GD_EVENT_RELEASED; - - /* - printf("gadget released\n"); - */ - - if (gi->event_mask & GD_EVENT_RELEASED) gi->callback(gi); } diff --git a/src/buttons.h b/src/buttons.h index f555dd39..34797401 100644 --- a/src/buttons.h +++ b/src/buttons.h @@ -287,7 +287,6 @@ int CheckCountButtons(int, int, int); #define GD_EVENT_RELEASED (1<<1) #define GD_EVENT_MOVING (1<<2) #define GD_EVENT_REPEATED (1<<3) -#define GD_EVENT_PRESSED_REPEATED (GD_EVENT_PRESSED | GD_EVENT_REPEATED) /* gadget button states */ #define GD_BUTTON_UNPRESSED 0 diff --git a/src/editor.c b/src/editor.c index d19c8c26..36003a11 100644 --- a/src/editor.c +++ b/src/editor.c @@ -527,7 +527,7 @@ static void CreateControlButtons() i == ED_CTRL_ID_WRAP_RIGHT || i == ED_CTRL_ID_WRAP_UP || i == ED_CTRL_ID_WRAP_DOWN) - event_mask = GD_EVENT_PRESSED_REPEATED; + event_mask = GD_EVENT_PRESSED | GD_EVENT_REPEATED; else event_mask = GD_EVENT_RELEASED; @@ -588,6 +588,9 @@ static void CreateCounterButtons(int counter_id) int gd_xoffset; int gd_x1, gd_x2, gd_y; int id = counter_info[counter_id].gadget_id + i; + unsigned long event_mask; + + event_mask = GD_EVENT_PRESSED | GD_EVENT_REPEATED; gd_xoffset = (i == 0 ? ED_BUTTON_MINUS_XPOS : ED_BUTTON_PLUS_XPOS); gd_x1 = DOOR_GFX_PAGEX4 + gd_xoffset; @@ -603,7 +606,7 @@ static void CreateCounterButtons(int counter_id) GDI_STATE, GD_BUTTON_UNPRESSED, GDI_DESIGN_UNPRESSED, gd_pixmap, gd_x1, gd_y, GDI_DESIGN_PRESSED, gd_pixmap, gd_x2, gd_y, - GDI_EVENT_MASK, GD_EVENT_PRESSED_REPEATED, + GDI_EVENT_MASK, event_mask, GDI_CALLBACK, HandleCounterButtons, GDI_END); @@ -1967,14 +1970,8 @@ static void RandomPlacement(int button) DrawMiniLevel(level_xpos, level_ypos); } -/* -static void HandleDrawingAreas(int mx, int my, int button) -*/ - static void HandleDrawingAreas(struct GadgetInfo *gi) { - static int last_button = 0; - static int last_element = 0; static boolean started_inside_drawing_area = FALSE; boolean inside_drawing_area; boolean button_press_event; @@ -1992,9 +1989,8 @@ static void HandleDrawingAreas(struct GadgetInfo *gi) if (edit_mode != ED_MODE_DRAWING) return; - button_press_event = (last_button == 0 && button != 0); - button_release_event = (last_button != 0 && button == 0); - last_button = button; + button_press_event = (gi->event.type == GD_EVENT_PRESSED); + button_release_event = (gi->event.type == GD_EVENT_RELEASED); inside_drawing_area = (mx >= min_mx && mx <= max_mx && my >= min_my && my <= max_my); @@ -2012,6 +2008,9 @@ static void HandleDrawingAreas(struct GadgetInfo *gi) if (!started_inside_drawing_area) return; + printf("%d,%d, %d,%d, %d,%d, %d,%d.\n", + gi->event.x, gi->event.y, mx, my, sx, sy, lx, ly); + if ((!button && !button_release_event) || sx > lev_fieldx || sy > lev_fieldy || (sx == 0 && level_xpos<0) || @@ -2102,7 +2101,7 @@ static void HandleDrawingAreas(struct GadgetInfo *gi) } else if (button_release_event) { - draw_func(start_sx, start_sy, sx, sy, last_element, TRUE); + draw_func(start_sx, start_sy, sx, sy, new_element, TRUE); CopyLevelToUndoBuffer(); } else if (last_sx != sx || last_sy != sy) @@ -2127,8 +2126,6 @@ static void HandleDrawingAreas(struct GadgetInfo *gi) default: break; } - - last_element = new_element; } @@ -2279,7 +2276,6 @@ static void HandleCounterButtons(struct GadgetInfo *gi) static void HandleControlButtons(struct GadgetInfo *gi) { int id = gi->custom_id; - int event_type = gi->event.type; int button = gi->event.button; int step = (button == 1 ? 1 : button == 2 ? 5 : 10); int new_element; @@ -2522,11 +2518,11 @@ static void HandleControlButtons(struct GadgetInfo *gi) break; default: - if (event_type == GD_EVENT_PRESSED) + if (gi->event.type == GD_EVENT_PRESSED) printf("default: HandleControlButtons: GD_EVENT_PRESSED\n"); - else if (event_type == GD_EVENT_RELEASED) + else if (gi->event.type == GD_EVENT_RELEASED) printf("default: HandleControlButtons: GD_EVENT_RELEASED\n"); - else if (event_type == GD_EVENT_MOVING) + else if (gi->event.type == GD_EVENT_MOVING) printf("default: HandleControlButtons: GD_EVENT_MOVING\n"); else printf("default: HandleControlButtons: ?\n"); -- 2.34.1