KR20020080702A - Recognizing method for touch screen of embedded system - Google Patents

Recognizing method for touch screen of embedded system Download PDF

Info

Publication number
KR20020080702A
KR20020080702A KR1020010020441A KR20010020441A KR20020080702A KR 20020080702 A KR20020080702 A KR 20020080702A KR 1020010020441 A KR1020010020441 A KR 1020010020441A KR 20010020441 A KR20010020441 A KR 20010020441A KR 20020080702 A KR20020080702 A KR 20020080702A
Authority
KR
South Korea
Prior art keywords
touch
command
time interval
input
interrupt
Prior art date
Application number
KR1020010020441A
Other languages
Korean (ko)
Inventor
권대익
박광철
Original Assignee
엘지전자 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 엘지전자 주식회사 filed Critical 엘지전자 주식회사
Priority to KR1020010020441A priority Critical patent/KR20020080702A/en
Publication of KR20020080702A publication Critical patent/KR20020080702A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/03Arrangements for converting the position or the displacement of a member into a coded form
    • G06F3/041Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
    • G06F3/0414Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means using force sensing means to determine a position
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2203/00Indexing scheme relating to G06F3/00 - G06F3/048
    • G06F2203/048Indexing scheme relating to G06F3/048
    • G06F2203/04808Several contacts: gestures triggering a specific function, e.g. scrolling, zooming, right-click, when the user establishes several contacts with the surface simultaneously; e.g. using several fingers or a combination of fingers and pen

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PURPOSE: A method for recognizing a touch screen input in an embedded system is provided to permit continuous touch input as twice or thrice, execute a pre-set command or display many command items when a corresponding command is inputted. CONSTITUTION: A default value with respect to a continuous touch time interval(d) and an interrupt duplication time interval(t) is set. If a touch timer does not exist by entering a touch screen interrupt mode, a time is created in software(S1-S4). If a touch pressure detecting signal with respect to a predetermined coordinate on a touch screen is inputted, a touch pressure duration time thereon is compared with a pre-set interrupt duration time interval(t). If the touch pressure duration time is less than the pre-set interrupt duration time interval(t), the touch command is detected caused by a noise etc. and an error process is performed(S5,S6). If the touch pressure duration time is more than the pre-set interrupt duration time interval(t), it is checked whether the touch command is inputted within the continuous touch time interval(d). If the touch command is inputted within the interval(d)(S7), the touch command is detected as a normal state and a touch command count value is added by one(S8). If the next touch command is not inputted until the time of the interval(d) is passed, it is judged whether the current touch command is once, twice, or thrice touch command based on the current count value and the command is executed(S9).

Description

임베디드 시스템에서의 터치 스크린 입력 인식 방법{RECOGNIZING METHOD FOR TOUCH SCREEN OF EMBEDDED SYSTEM}Touch screen input recognition method in embedded system {RECOGNIZING METHOD FOR TOUCH SCREEN OF EMBEDDED SYSTEM}

본 발명은 터치 스크린을 채용한 임베디드 시스템(Embedded system)에서 터치스크린을 통한 터치 입력 인식기술에 관한 것으로, 특히 한 번의 터치 명령만을 허용하는 것이 아니라 여러가지 형태의 터치 명령을 허용하여 다양한 작업 명령을 보다 손쉽게 입력할 수 있도록 한 임베디드 시스템에서의 터치 스크린 입력 인식방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a touch input recognition technology through a touch screen in an embedded system employing a touch screen. In particular, the present invention relates to a variety of work commands by allowing various types of touch commands instead of only one touch command. The present invention relates to a touch screen input recognition method in an embedded system for easy input.

일반적으로, 임베디드 시스템에서는 사용자에게 보다 편리한 입력 도구를 제공하기 위한 일환으로 터치 스크린(touch screen)이라는 도구를 사용하는데, 종래 기술에 의한 터치 스크린 입력 방법을 도 1을 참조하여 설명하면 다음과 같다.In general, an embedded system uses a tool called a touch screen as a part for providing a user with a more convenient input tool. A touch screen input method according to the prior art will be described with reference to FIG. 1.

엘씨디 화면 상에 서비스 가능한 항목(item)들을 디스플레이하고, 사용자가 그 중에서 원하는 항목 영역을 누르면, 시스템의 제어부에서 그 영역의 X,Y 좌표와 압력 변화를 검출하여 어떠한 항목이 선택되었는지 인식한 후 해당 연결 프로그램을 실행하게 된다.Serviceable items are displayed on the LCD screen, and when the user presses a desired item area among them, the control unit of the system detects the change in the X, Y coordinates and pressure of the area and recognizes which item is selected. Run the linking program.

그러나, 이와 같은 종래 임베디드 시스템에서의 터치 스크린 입력 인식방법에 있어서는 단순히 한번의 스크린 터치에 의해 하나의 항목이 선택되도록 되어 있어 최종의 명령을 하달하기 위해서는 항목 화면을 변경하면서 여러번 터치해야 하는 번거로움이 있었다.However, in the touch screen input recognition method of the conventional embedded system, one item is selected by simply one screen touch, and thus, the hassle of having to touch several times while changing the item screen in order to give the final command is made. there was.

따라서, 본 발명의 목적은 한 번의 터치 입력만을 허용하는 것이 아니라 연속적인 두 번의 터치입력 및 세 번의 터치 입력 등을 허용하고, 해당 터치명령이 입력될 때 기 설정된 명령을 실행하거나 여러 명령어 항목들을 디스플레이하는 임베디드 시스템에서의 터치 스크린 입력 인식방법을 제공함에 있다.Accordingly, an object of the present invention is not only to allow one touch input but also to allow two consecutive touch inputs and three touch inputs, and to execute a preset command or display several command items when the corresponding touch command is input. To provide a touch screen input recognition method in an embedded system.

도 1은 종래 기술에 의한 터치 스크린 입력에 대한 인식 처리과정 설명도.1 is a diagram illustrating a recognition process for a touch screen input according to the prior art.

도 2는 본 발명에 의한 터치 스크린 입력에 대한 인식 처리과정 설명도.2 is an explanatory diagram of a recognition process for a touch screen input according to the present invention;

도 3은 본 발명의 터치 스크린 입력 인식방법이 적용되는 터치 스크린 시스템의 블록도.3 is a block diagram of a touch screen system to which a touch screen input recognition method of the present invention is applied.

도 4는 본 발명에 의한 터치 스크린 입력 인식방법의 신호 흐름도.4 is a signal flowchart of a touch screen input recognition method according to the present invention;

***도면의 주요 부분에 대한 부호의 설명****** Description of the symbols for the main parts of the drawings ***

1 : 임베디드 보드1A : 터치 스크린1: Embedded Board 1A: Touch Screen

2 : 터치스크린 드라이버3 : 프로그램 수행부2: touch screen driver 3: program execution unit

4 : 출력 처리부4: output processing unit

본 발명에 의한 임베디드 시스템에서의 터치 스크린 입력 인식방법은, 한 번의 터치명령 또는 복수회의 터치 명령을 인식하기 위해 인터럽트 중복시간 간격, 연속 터치시간 간격에 대한 디폴트 값을 설정하는 제1과정과; 터치 스크린 상의 임의의 좌표에 대한 터치압력 검출신호가 입력될 때, 상기 인터럽트 중복시간 간격 및 연속 터치시간 간격을 이용하여 몇 회의 터치명령이 입력된 것인지 판단하는 제2과정과; 상기 판단된 터치 명령에 따라 곧바로 해당 연결 프로그램을 실행하거나, 블록작업 모드, 스크린 스크롤 모드 등을 실행하는 제3과정으로 이루어지는 것으로, 이와 같은 본 발명의 작용을 첨부한 도 2 내지 4를 참조하여 상세히 설명하면 다음과 같다.A touch screen input recognition method in an embedded system according to the present invention includes a first step of setting a default value for an interrupt overlapping time interval and a continuous touch time interval to recognize one touch command or a plurality of touch commands; A second step of determining how many touch commands are input by using the interrupt duplication time interval and continuous touch time interval when a touch pressure detection signal with respect to an arbitrary coordinate on a touch screen is input; In accordance with the determined touch command to execute the connection program immediately, or the third step of executing the block operation mode, the screen scrolling mode, etc., in detail with reference to Figures 2 to 4 attached to the operation of the present invention The explanation is as follows.

임베디드 보드(1) 및 터치 스크린(1A)이 구동되어 그 터치 스크린(1A)에 항목들이 디스플레이된 상태에서, 사용자가 임의의 항목을 한 번 터치하면 그 항목과 연결된 프로그램을 실행한다.When the embedded board 1 and the touch screen 1A are driven to display the items on the touch screen 1A, when the user touches any item once, the program associated with the item is executed.

또한, 사용자가 임의의 항목을 연속해서 두 번 터치하면 그 항목에 대한 블록 작업모드 기능의 팝업 메뉴를 디스플레이는데, 이 팝업 메뉴에는 잘라내기, 복사, 붙이기, 보내기, 등록정보 등의 기능 메뉴가 디스플레이된다. 이와 같은 상태에서, 사용자의 팝업 메뉴 선택에 따라 해당 기능이 실행된다.In addition, when the user touches an item twice in succession, a pop-up menu of the Block Work Mode function for the item is displayed, which displays a function menu such as cut, copy, paste, send, and properties. do. In this state, the corresponding function is executed according to the user's selection of the pop-up menu.

즉, 사용자가 복사 기능을 선택하면 해당 항목을 임시 저장소에 저장해 두고, 이어서 사용자가 붙이기 기능을 선택하면 사용자가 지정하는 장소에 붙여넣기 기능을 실행한다. 또한, 잘라내기 기능을 선택하면, 해당 항목을 사용자가 지정하는 곳으로 이동시키고, 보내기 기능을 선택하면, 선택한 항목을 원하는 프로그램이나 다른 시스템으로 전송한다. 또한, 등록정보를 선택하면, 사용자에 의해 선택된 항목에 관련된 여러가지 정보를 디스플레이한다.That is, if the user selects the copy function, the item is stored in the temporary storage, and if the user selects the paste function, the paste function is executed at the place designated by the user. Also, if you select the cut function, the item is moved to the place you specify, and if you select the send function, the selected item is transferred to the desired program or another system. In addition, selecting registration information displays various information related to the item selected by the user.

상기 팝업 메뉴의 실행 대상은 디렉토리 및 문서 등을 포함한다. 또한, 그 팝업 메뉴는 추가 기능을 갖으므로 상기와 같은 메뉴 이외에 사용자가 원하는 기능의 메뉴를 추가시킬 수 있게 된다.Execution targets of the pop-up menu include directories, documents, and the like. In addition, since the pop-up menu has an additional function, the user can add a menu of a desired function in addition to the above menu.

한편, 사용자가 임의의 항목을 연속해서 3번 터치하면 스크린 스크롤 모드로 진입하여, 해당 내용을 스크롤 표시하게 된다. 이때, 사용자는 스크롤 방향을 선택하여 자신이 원하는 방향으로 스크롤시킬 수 있다.On the other hand, if a user touches an item three times in succession, the user enters the screen scrolling mode and scrolls the content. In this case, the user may select a scroll direction to scroll in a desired direction.

한편, 상기 한 번 터치, 두 번 터치, 세번 터치 명령을 인식하는 과정을 도 4를 참조하여 설명하면 다음과 같다.Meanwhile, a process of recognizing the one touch, two touch, and three touch commands will be described with reference to FIG. 4.

먼저, 연속 터치시간 간격(d), 인터럽트 중복시간 간격(t)에 대한 디폴트 값을 설정하고, 터치 스크린 인터럽트 모드로 진입하여 터치 타이머가 없는 것으로 판명되면 소프트웨어적으로 타이머를 생성한다.(S1-S4)First, the default values for the continuous touch time interval d and the interrupt overlap time interval t are set, and when the touch screen interrupt mode is determined to be absent, the software generates a timer. S4)

터치 스크린(1A) 상의 임의의 좌표에 대한 터치압력 검출신호가 입력되면, 그때의 터치압력 지속시간을 상기 기 설정된 인터럽트 중복시간 간격(t)과 비교하여 그 인터럽트 중복시간 간격(t)보다 짧은 것으로 판명되면 노이즈 등에 의한 터치명령으로 판단하여 에러처리 한다.(S5,S6)When the touch pressure detection signal for any coordinate on the touch screen 1A is input, the touch pressure duration at that time is compared with the preset interrupt overlap time interval t and is shorter than the interrupt overlap time interval t. If it is found, it is judged as a touch command due to noise and the like and error processing is performed. (S5, S6)

그러나, 상기의 비교 결과 터치압력 지속시간이 인터럽트 중복시간 간격(t)보다 긴 것으로 판명되면, 그 터치 명령이 상기 연속 터치시간 간격(d) 이내에 입력된 것인지 확인하여 조건이 성립하면 정상적인 터치명령으로 간주하여 터치명령 카운트 값을 1 증가시킨다.(S8)However, if the comparison result shows that the touch pressure duration is longer than the interrupt duplication time interval t, it is checked whether the touch command is input within the continuous touch time interval d. The value of the touch command count is increased by 1 (S8).

하지만, 상기 연속 터치시간 간격(d)에 상응되는 시간이 경과될 때까지 다음의 터치 명령이 입력되지 않으면, 즉, 상기 원 터치 타이머(One touch timer)의 값이 연속 터치시간 간격(d)보다 크면 그 때까지 카운트된 값을 근거로 하여, 현재 입력된 터치 명령이 한 번 터치, 두 번 터치, 세번 터치 명령 중 어떤 터치명령인지 판단하여 상기와 같이 명령을 실행하게 된다.(S9)However, if a next touch command is not input until a time corresponding to the continuous touch time interval d has elapsed, that is, the value of the one touch timer is greater than the continuous touch time interval d. If it is large, based on the value counted up to that point, it is determined whether the currently input touch command is one touch, two touch, or three touch commands and executes the command as described above (S9).

이상에서 상세히 설명한 바와 같이 본 발명은, 한 번의 터치 입력만을 허용하는 것이 아니라 연속적인 두 번의 터치입력 및 세 번의 터치 입력 등을 허용하고, 각각의 터치명령에 대응하여 기 설정된 명령을 실행하거나 여러 명령어 항목들을 디스플레이 함으로써, 터치 명령어 입력단계가 간소화 되고, 이에 의해 사용상의 편리함을 제공할 수 있는 효과가 있다.As described in detail above, the present invention allows not only one touch input but two consecutive touch inputs and three touch inputs, and executes a predetermined command or executes a plurality of commands in response to each touch command. By displaying the items, the touch command input step is simplified, thereby providing convenience in use.

Claims (5)

한 번의 터치명령 또는 각기 다른 복수회의 터치 명령을 인식하기 위해 인터럽트 중복시간 간격, 연속 터치시간 간격에 대한 디폴트 값을 설정해 두는 제1과정과; 터치스크린으로부터 터치압력 검출신호가 입력될 때, 상기 인터럽트 중복시간 간격 및 연속 터치시간 간격을 이용하여 몇 회의 터치명령이 입력된 것인지 판단하는 제2과정과; 상기 판단된 터치 명령에 따라 해당 연결 프로그램을 실행하거나, 블록작업 모드, 스크린 스크롤 모드 등을 실행하는 제3과정으로 이루어지는 것을 특징으로 하는 임베디드 시스템에서의 터치 스크린 입력 인식방법.A first step of setting a default value for an interrupt duplication time interval and a continuous touch time interval to recognize one touch command or a plurality of different touch commands; A second step of determining how many touch commands are input by using the interrupt duplication time interval and the continuous touch time interval when the touch pressure detection signal is input from the touch screen; And a third process of executing a corresponding connection program or executing a block operation mode, a screen scroll mode, or the like according to the determined touch command. 제1항에 있어서, 제2과정은 터치압력 검출신호의 지속시간이 상기 인터럽트 중복시간 간격보다 짧은 것으로 판명되면 에러로 처리하는 제1단계와; 상기 터치압력 지속시간이 인터럽트 중복시간 간격보다 길고, 그 터치 명령이 상기 연속 터치시간 간격 이내에 입력된 것으로 판명되면 터치명령 카운트 값을 1 증가시키는 제2단계와; 상기 연속 터치시간 간격에 상응되는 시간이 경과될 때까지 다음의 터치 명령이 입력되지 않으면 그 때까지 카운트된 값을 근거로 하여, 몇 회의 터치명령이 입력된 것인지 판단하는 제3단계를 포함하여 이루어진 것을 특징으로 하는 임베디드 시스템에서의 터치 스크린 입력 인식방법.The method of claim 1, further comprising: a first step of processing an error if the duration of the touch pressure detection signal is found to be shorter than the interrupt duplication time interval; A second step of increasing the touch command count value by one if the touch pressure duration is longer than the interrupt duplication time interval and the touch command is found to be input within the continuous touch time interval; And if the next touch command is not input until a time corresponding to the continuous touch time interval has elapsed, a third step of determining how many touch commands are input based on the value counted up to that time. Touch screen input recognition method in an embedded system, characterized in that. 제1항에 있어서, 블록작업 모드는 연속된 2회의 터치명령이 입력될때 수행되는 것임을 특징으로 하는 임베디드 시스템에서의 터치 스크린 입력 인식방법.The method of claim 1, wherein the block operation mode is performed when two consecutive touch commands are input. 제1항에 있어서, 블록작업 모드는 잘라내기, 복사, 붙이기, 보내기, 등록정보 디스플레이 기능을 수행하는 모드임을 특징으로 하는 임베디드 시스템에서의 터치 스크린 입력 인식방법.The method of claim 1, wherein the block operation mode is a mode for performing a function of cutting, copying, pasting, sending, and displaying property information. 제1항에 있어서, 스크린 스크롤 모드는 연속된 3회의 터치명령이 입력될때 수행되는 것임을 특징으로 하는 임베디드 시스템에서의 터치 스크린 입력 인식방법.The method of claim 1, wherein the screen scroll mode is performed when three consecutive touch commands are input.
KR1020010020441A 2001-04-17 2001-04-17 Recognizing method for touch screen of embedded system KR20020080702A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020010020441A KR20020080702A (en) 2001-04-17 2001-04-17 Recognizing method for touch screen of embedded system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020010020441A KR20020080702A (en) 2001-04-17 2001-04-17 Recognizing method for touch screen of embedded system

Publications (1)

Publication Number Publication Date
KR20020080702A true KR20020080702A (en) 2002-10-26

Family

ID=27701335

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020010020441A KR20020080702A (en) 2001-04-17 2001-04-17 Recognizing method for touch screen of embedded system

Country Status (1)

Country Link
KR (1) KR20020080702A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100443838B1 (en) * 2002-11-13 2004-08-11 엘지.필립스 엘시디 주식회사 Touch panel apparatus and method for driving the same
KR100717817B1 (en) * 2006-04-24 2007-05-14 주식회사 코발트테크놀로지 Input apparatus using touch sensor button and input processing method
CN1323343C (en) * 2003-12-12 2007-06-27 陞达科技股份有限公司 Method for identifying single clicking action and controller
KR100827234B1 (en) * 2006-05-30 2008-05-07 삼성전자주식회사 Fault-tolerant method and apparatus for touch sensor
WO2014070372A1 (en) * 2012-10-31 2014-05-08 Intel Corporation Code entry system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09325851A (en) * 1996-06-05 1997-12-16 Fujitsu Takamizawa Component Kk Coordinate detection method and device therefor
KR19990051719A (en) * 1997-12-19 1999-07-05 정선종 Command input device of portable terminal and method for inputting the command
KR20000012335A (en) * 1999-06-17 2000-03-06 손성배 Mouse device with touch-screen and the method of control of the mouse
JP2001014101A (en) * 1999-06-30 2001-01-19 Fujitsu Takamisawa Component Ltd Coordinate input device and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09325851A (en) * 1996-06-05 1997-12-16 Fujitsu Takamizawa Component Kk Coordinate detection method and device therefor
KR19990051719A (en) * 1997-12-19 1999-07-05 정선종 Command input device of portable terminal and method for inputting the command
KR20000012335A (en) * 1999-06-17 2000-03-06 손성배 Mouse device with touch-screen and the method of control of the mouse
JP2001014101A (en) * 1999-06-30 2001-01-19 Fujitsu Takamisawa Component Ltd Coordinate input device and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100443838B1 (en) * 2002-11-13 2004-08-11 엘지.필립스 엘시디 주식회사 Touch panel apparatus and method for driving the same
CN1323343C (en) * 2003-12-12 2007-06-27 陞达科技股份有限公司 Method for identifying single clicking action and controller
KR100717817B1 (en) * 2006-04-24 2007-05-14 주식회사 코발트테크놀로지 Input apparatus using touch sensor button and input processing method
KR100827234B1 (en) * 2006-05-30 2008-05-07 삼성전자주식회사 Fault-tolerant method and apparatus for touch sensor
WO2014070372A1 (en) * 2012-10-31 2014-05-08 Intel Corporation Code entry system

Similar Documents

Publication Publication Date Title
US9838524B2 (en) Apparatus and method for controlling operation of mobile terminal
US9354780B2 (en) Gesture-based selection and movement of objects
US20090153495A1 (en) Input method for use in an electronic device having a touch-sensitive screen
KR960032168A (en) Display visual enhancement method
JPH11203044A (en) Information processing system
JPH0588842A (en) Icon displaying system
JP2012515975A (en) Multi-screen interaction with two modes
JPWO2002031643A1 (en) Information processing apparatus, information processing method, and storage medium
US20090135152A1 (en) Gesture detection on a touchpad
JPH0651908A (en) Information processor provided with touch panel type input device
KR20100018883A (en) Method and system for user interface on electronic device
JP2004362429A (en) Command input device using touch panel display
KR20020080702A (en) Recognizing method for touch screen of embedded system
GB2434286A (en) A touch screen user interface incorporating a "helper screen"
US20160170596A1 (en) Image display apparatus, image display method, and image-display program product
US20100038151A1 (en) Method for automatic switching between a cursor controller and a keyboard of depressible touch panels
JP4424592B2 (en) Toolbar display switching method
CN105549837A (en) Method and device for displaying contact items of contact list based on touch-screen apparatus
CN104346086A (en) Information processing method and electronic equipment
JP2001195170A (en) Portable electronic equipment, input controller and storage medium
JPH052207U (en) Numerical control device
KR970022693A (en) Control device employing a touch screen displaying a touch confirmation and its control method
JPH08272516A (en) Information processor
JP3144786B2 (en) Information processing device
JP2002333946A (en) Programmable display unit

Legal Events

Date Code Title Description
N231 Notification of change of applicant
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application