windowing/windowserver/nga/CLIENT/RWS.CPP
branchRCL_3
changeset 11 fed1595b188e
parent 0 5d03bc08d59c
child 26 15986eb6c500
equal deleted inserted replaced
0:5d03bc08d59c 11:fed1595b188e
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  2042 client. */
  2042 client. */
  2043 	{
  2043 	{
  2044 	WriteInt(aRemove,EWsClOpRemoveKeyCode);
  2044 	WriteInt(aRemove,EWsClOpRemoveKeyCode);
  2045 	}
  2045 	}
  2046 
  2046 
  2047 EXPORT_C void RWsSession::SimulateXyInputType(TXYInputType aInputType)
  2047 EXPORT_C void RWsSession::SimulateXyInputType(TInt aInputType)
  2048 	{
  2048 	{
  2049 	WriteInt(aInputType,EWsClOpSimulateXyInput);
  2049 	WriteInt(aInputType,EWsClOpSimulateXyInput);
  2050 	}
  2050 	}
  2051 #endif
  2051 #endif
  2052 
  2052