windowing/windowserver/nga/SERVER/openwfc/CLIENT.CPP
changeset 36 01a6848ebfd7
parent 0 5d03bc08d59c
child 45 36b2e23a8629
equal deleted inserted replaced
0:5d03bc08d59c 36:01a6848ebfd7
     1 // Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1994-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".
  1215 			iInternalFlags&=~ERemoveKeyCode;
  1215 			iInternalFlags&=~ERemoveKeyCode;
  1216 			if (*pData.Bool)
  1216 			if (*pData.Bool)
  1217 				iInternalFlags|=ERemoveKeyCode;
  1217 				iInternalFlags|=ERemoveKeyCode;
  1218 			break;
  1218 			break;
  1219 		case EWsClOpSimulateXyInput:
  1219 		case EWsClOpSimulateXyInput:
  1220 			TWsPointer::SetXyInputType(*pData.XyInput);
  1220 			TWsPointer::SetXyInputType(static_cast<TXYInputType>(*pData.XyInput));
  1221 			break;
  1221 			break;
  1222 #endif
  1222 #endif
  1223 		case EWsClOpNoFlickerFree:
  1223 		case EWsClOpNoFlickerFree:
  1224 			PPanic(EWservPanicOpcode); //not supported anymore
  1224 			PPanic(EWservPanicOpcode); //not supported anymore
  1225 			break;
  1225 			break;