windowing/windowserver/inc/W32STD.H
branchRCL_3
changeset 1 fed1595b188e
parent 0 5d03bc08d59c
child 4 15986eb6c500
equal deleted inserted replaced
0:5d03bc08d59c 1:fed1595b188e
     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".
  1494 	IMPORT_C TDisplayMode GetDefModeMaxNumColors(TInt aScreenNumber,TInt& aColor,TInt& aGray) const;
  1494 	IMPORT_C TDisplayMode GetDefModeMaxNumColors(TInt aScreenNumber,TInt& aColor,TInt& aGray) const;
  1495 	IMPORT_C TInt GetColorModeList(TInt aScreenNumber,CArrayFixFlat<TInt>* aModeList) const;
  1495 	IMPORT_C TInt GetColorModeList(TInt aScreenNumber,CArrayFixFlat<TInt>* aModeList) const;
  1496 #if defined(__WINS__)
  1496 #if defined(__WINS__)
  1497 // Function for WINS behaviour only
  1497 // Function for WINS behaviour only
  1498 	IMPORT_C void SetRemoveKeyCode(TBool aRemove);
  1498 	IMPORT_C void SetRemoveKeyCode(TBool aRemove);
  1499 	IMPORT_C void SimulateXyInputType(TXYInputType aInputType);		//Only for testing WSERV
  1499 	IMPORT_C void SimulateXyInputType(TInt aInputType);		//Only for testing WSERV
  1500 #endif
  1500 #endif
  1501 //
  1501 //
  1502 	IMPORT_C void SimulateRawEvent(TRawEvent aEvent);
  1502 	IMPORT_C void SimulateRawEvent(TRawEvent aEvent);
  1503 	IMPORT_C void SimulateKeyEvent(TKeyEvent aEvent);
  1503 	IMPORT_C void SimulateKeyEvent(TKeyEvent aEvent);
  1504 	IMPORT_C void LogCommand(TLoggingCommand aCommand);
  1504 	IMPORT_C void LogCommand(TLoggingCommand aCommand);