textinput/peninputarc/src/peninputserverapp/rpeninputanim.cpp
branchRCL_3
changeset 46 bd83ceabce89
parent 44 ecbabf52600f
child 56 8152b1f1763a
equal deleted inserted replaced
44:ecbabf52600f 46:bd83ceabce89
   334     TIpcArgs args (TIpcArgs::ENothing);        
   334     TIpcArgs args (TIpcArgs::ENothing);        
   335     TPckg<TRect> msgData(aArea);
   335     TPckg<TRect> msgData(aArea);
   336     args.Set(KMsgSlot1,&msgData);
   336     args.Set(KMsgSlot1,&msgData);
   337     CommandReply(EPeninputOpSetDiscreeptPop,KNullDesC8,args);           
   337     CommandReply(EPeninputOpSetDiscreeptPop,KNullDesC8,args);           
   338     } 
   338     } 
       
   339 
       
   340 // ---------------------------------------------------------------------------
       
   341 // RPeniputAnim::UpdatePointerEventSuppressor()
       
   342 // Update parameters of pointer event suppressor.
       
   343 // ---------------------------------------------------------------------------
       
   344 //
       
   345 void RPeninputAnim::UpdatePointerEventSuppressor( 
       
   346         const TPointerEventSuppressorParameters& aParameters )
       
   347     {
       
   348     TIpcArgs args( TIpcArgs::ENothing );        
       
   349     TPckg<TPointerEventSuppressorParameters> msgData( aParameters );
       
   350     args.Set(KMsgSlot1, &msgData );
       
   351     CommandReply( EPeninputOpUpdatePointerSuppressor, KNullDesC8, args );     
       
   352     }
       
   353 
   339 // End of File
   354 // End of File