Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dxgest.c207 draw_frame(py, &py->gesture_rect);
218 posx = py->gesture_rect.x+20;
219 posy = py->gesture_rect.y+60;
259 py->gesture_rect.w = 240;
260 py->gesture_rect.h = 180;
261 py->gesture_rect.x = xpos + COLUMN_X - py->gesture_rect.w/2;
262 py->gesture_rect.y = ypos + COLUMN_Y - py->gesture_rect.h/2;
265 adjust_rect(&py->gesture_rect);
266 backing_store(py, &py->gesture_rect);
283 posx = py->gesture_rect.x+20;
[all …]
H A Dxspell.h88 struct rect gesture_rect; member