Ignore:
Timestamp:
Sep 14, 2015 6:14:47 PM (10 years ago)
Author:
phkim
Message:
  1. phkim
  2. 서경방송
  3. 변경내용
    • DSTAR 에서 'p' 키를 VK_PREV_MENU 로 변경
    • 자동검색, 매뉴얼 검색, 초기화, 셋탑 정보 리모콘 시나리오 통일 . 이전 버튼 : 이전 메뉴 상태로 전환 . 메뉴 버튼 : 메뉴 화면이 보이면 닫기, 다른 화면에서는 메뉴로 이동 . 나가기 : 모든 UI 종료


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_WinManualSearch.c

    r38 r43  
    286286                                break; 
    287287                        case VK_CANCEL: 
     288                        case VK_PREV_MENU: 
     289                                this->Close(this); 
     290                                break; 
     291                        case VK_PREV: 
     292                        case VK_PREV_CH: 
     293                                if (this->GetParentWinID(this)) DST_CreateWin(this->GetParentWinID(this), 0, 0, 0, 0, 0); 
     294                                this->Close(this); 
     295                                break; 
    288296                        case VK_MENU: 
    289297                                this->Close(this); 
    290                                 if(DST_GetWin(WIN_ERROR)) DST_CreateWin(WIN_CHANNEL_BANNER, WIN_NULL, BANNER_NORMAL ,0, 0, 0); 
     298                                DST_CreateWin(WIN_MAIN_MENU, WIN_NULL, 0 ,0, 0, 0); 
    291299                                break; 
    292300                } 
Note: See TracChangeset for help on using the changeset viewer.