Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dxgest.c264 py->gesture_sel = (-1);
294 if (hit==py->gesture_sel)
297 if (py->gesture_sel != (-1)) {
299 hitx = py->gesture_sel % 4;
300 hity = py->gesture_sel / 4;
307 py->gesture_sel = hit;
309 if (py->gesture_sel != (-1)) {
311 hitx = py->gesture_sel % 4;
312 hity = py->gesture_sel / 4;
332 if (py->gesture_sel != (-1))
[all …]
H A Dxspell.h89 int gesture_hand, gesture_sel; member