windowing/windowserver/nonnga/CLIENT/RWS.CPP
branchRCL_3
changeset 1 fed1595b188e
parent 0 5d03bc08d59c
child 19 bbf46f59e123
equal deleted inserted replaced
0:5d03bc08d59c 1: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".
  2038 client. */
  2038 client. */
  2039 	{
  2039 	{
  2040 	WriteInt(aRemove,EWsClOpRemoveKeyCode);
  2040 	WriteInt(aRemove,EWsClOpRemoveKeyCode);
  2041 	}
  2041 	}
  2042 
  2042 
  2043 EXPORT_C void RWsSession::SimulateXyInputType(TXYInputType aInputType)
  2043 EXPORT_C void RWsSession::SimulateXyInputType(TInt aInputType)
  2044 	{
  2044 	{
  2045 	WriteInt(aInputType,EWsClOpSimulateXyInput);
  2045 	WriteInt(aInputType,EWsClOpSimulateXyInput);
  2046 	}
  2046 	}
  2047 #endif
  2047 #endif
  2048 
  2048