-
- Downloads
From Valeriy Onuchin:
there was request (and few related requests in the past) for console keys polling http://root.cern.ch/phpBB2/viewtopic.php?t=393 To make it possible I added signals to TApplication class: virtual void Terminate(int status = 0); //*SIGNAL* virtual void KeyPressed(int key); //*SIGNAL* virtual void ReturnPressed(char *text ); //*SIGNAL* git-svn-id: http://root.cern.ch/svn/root/trunk@8131 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- base/inc/TApplication.h 10 additions, 3 deletionsbase/inc/TApplication.h
- base/src/TApplication.cxx 19 additions, 1 deletionbase/src/TApplication.cxx
- clib/inc/Getline.h 2 additions, 1 deletionclib/inc/Getline.h
- clib/src/Getline.c 5 additions, 1 deletionclib/src/Getline.c
- rint/src/TRint.cxx 4 additions, 1 deletionrint/src/TRint.cxx
Loading
Please register or sign in to comment