- Add jamfile,
- fix warning. Note T9 could still be of use on the desktop, for ex by disabled people with enough mobility to access a numeric keypad... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25998 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
SubDir HAIKU_TOP src add-ons input_server methods ;
|
SubDir HAIKU_TOP src add-ons input_server methods ;
|
||||||
|
|
||||||
SubInclude HAIKU_TOP src add-ons input_server methods canna ;
|
SubInclude HAIKU_TOP src add-ons input_server methods canna ;
|
||||||
|
SubInclude HAIKU_TOP src add-ons input_server methods t9 ;
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
SubDir HAIKU_TOP src add-ons input_server methods t9 ;
|
||||||
|
|
||||||
|
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||||
|
|
||||||
|
UsePrivateHeaders interface ;
|
||||||
|
|
||||||
|
SubDirSysHdrs $(SUBDIR) ;
|
||||||
|
SubDirHdrs [ FDirName $(SUBDIR) t9 ] ;
|
||||||
|
|
||||||
|
if $(TARGET_PLATFORM) != haiku {
|
||||||
|
SubDirC++Flags -fmultiple-symbol-spaces ;
|
||||||
|
}
|
||||||
|
|
||||||
|
Addon t9 :
|
||||||
|
T9InputServerMethod.cpp
|
||||||
|
: be textencoding input_server ;
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ T9InputServerMethod::~T9InputServerMethod()
|
|||||||
|
|
||||||
filter_result T9InputServerMethod::Filter(BMessage *message, BList *outList)
|
filter_result T9InputServerMethod::Filter(BMessage *message, BList *outList)
|
||||||
{
|
{
|
||||||
status_t err;
|
//status_t err;
|
||||||
filter_result res = B_DISPATCH_MESSAGE;
|
filter_result res = B_DISPATCH_MESSAGE;
|
||||||
bool keyUp = false;
|
bool keyUp = false;
|
||||||
BString bytes;
|
BString bytes;
|
||||||
|
|||||||
Reference in New Issue
Block a user