touch_screen_x 8 include/touchscreen.h extern unsigned short touch_screen_x, touch_screen_y; touch_screen_x 101 platform/a3400/kbd.c extern unsigned short touch_screen_x, touch_screen_y; touch_screen_x 103 platform/a3400/kbd.c touchx = ((touch_screen_x & 0x7FFF) >> 5) ^ 0x3FF; touch_screen_x 405 platform/ixus240_elph320hs/kbd.c tx = ((touch_screen_x & 0x7FFF) >> 2) ^ 0x3FF; //ixus240.101a @ loc_ff069d58 touch_screen_x 425 platform/ixus240_elph320hs/kbd.c touch_screen_x=touch_screen_y=0 ^ 0x3FF; touch_screen_x 162 platform/ixus310_elph500hs/kbd.c unsigned int tx = ((touch_screen_x & 0x7FFF) >> 5) ^ 0x3FF; touch_screen_x 176 platform/n/kbd.c tx = touch_screen_x * 360 / 0x2FF ; touch_screen_x 176 platform/n_facebook/kbd.c tx = touch_screen_x * 360 / 0x2FF ;