inputmethods_plat/pen_input_server_api/inc/peninputclient.h
branchRCL_3
changeset 7 6defe5d1bd39
parent 0 eb1f2e154e89
child 11 c8fb4cf7b3ae
equal deleted inserted replaced
6:6ceef9a83b1a 7:6defe5d1bd39
   132     IMPORT_C TBool IsDimmed();
   132     IMPORT_C TBool IsDimmed();
   133 	
   133 	
   134     /**
   134     /**
   135      * Get supported input mode
   135      * Get supported input mode
   136      *
   136      *
   137      * @since S60 v4.0
   137      * @param aLanguage: the specific language
   138      * @return input mode
   138      * @return input mode
   139      */	
   139      */	
   140 	IMPORT_C TInt SupportInputMode();
   140     IMPORT_C TInt SupportInputMode( TInt aLanguage );
   141 
   141 
   142 	 /**
   142 	 /**
   143 	 * Set Input Language Id
   143 	 * Set Input Language Id
   144 	 *
   144 	 *
   145 	 * @since S60 v4.0
   145 	 * @since S60 v4.0