Searched refs:curpos_y (Results 1 – 1 of 1) sorted by relevance
16 static int curpos_y; variable25 event.gx_event_payload.gx_event_pointdata.gx_point_y = curpos_y; in SendPenDownEvent()30 last_pos_y = curpos_y; in SendPenDownEvent()39 int y_delta = abs(curpos_y - last_pos_y); in SendPenDragEvent()45 event.gx_event_payload.gx_event_pointdata.gx_point_y = curpos_y; in SendPenDragEvent()50 last_pos_y = curpos_y; in SendPenDragEvent()62 event.gx_event_payload.gx_event_pointdata.gx_point_y = curpos_y; in SendPenUpEvent()67 last_pos_y = curpos_y; in SendPenUpEvent()121 curpos_y = TS_State.X; in touch_thread_entry()133 curpos_y = TS_State.touchY[0]; in touch_thread_entry()[all …]