touch_panel_button 19 platform/n/kbd.c static long touch_panel_button = 0xFFFFFFFF; touch_panel_button 191 platform/n/kbd.c touch_panel_button &= ~keymap[i].canonkey; // touch_panel_button 210 platform/n/kbd.c touch_panel_state = touch_panel_button ; // on touch release update touch_panel_state touch_panel_button 211 platform/n/kbd.c touch_panel_button = 0xFFFFFFFF ; // this means there is not key repeat function though touch_panel_button 19 platform/n_facebook/kbd.c static long touch_panel_button = 0xFFFFFFFF; touch_panel_button 191 platform/n_facebook/kbd.c touch_panel_button &= ~keymap[i].canonkey; // touch_panel_button 210 platform/n_facebook/kbd.c touch_panel_state = touch_panel_button ; // on touch release update touch_panel_state touch_panel_button 211 platform/n_facebook/kbd.c touch_panel_button = 0xFFFFFFFF ; // this means there is not key repeat function though