windowing/windowserver/nga/SERVER/PRIKEY.H
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
--- a/windowing/windowserver/nga/SERVER/PRIKEY.H	Tue Aug 31 16:31:06 2010 +0300
+++ b/windowing/windowserver/nga/SERVER/PRIKEY.H	Wed Sep 01 12:39:21 2010 +0100
@@ -1,4 +1,4 @@
-// Copyright (c) 1999-2010 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
 // All rights reserved.
 // This component and the accompanying materials are made available
 // under the terms of "Eclipse Public License v1.0"
@@ -37,7 +37,7 @@
 public:
 	TPriorityKey(TUint aKeycode,TUint aModifierMask,TUint aModifiers,TPriorityKey *aPriorityKeys);
 	TInt Equals(TUint aKeycode,TUint aModifierMask,TUint aModifiers);
-	TInt KeyMatches(const TKeyEvent &aKeyEvent);
+	TInt KeyMatches(const TKeyData &aKey);
 public:
 	TPriorityKey *iNext;
 private:
@@ -50,11 +50,12 @@
 	{
 public:
 	CPriorityKey(CWsClient *aOwner);
-	void PriorityKey(TInt aHandle, const TKeyEvent &aKeyEvent);
+	void PriorityKey(TInt aHandle, const TKeyData &aKey, TInt aScanCode);
 	void GetData();
 private:
 	TInt iPriorityKeyHandle;
-	TKeyEvent iPriorityKey;
+	TKeyData iPriorityKey;
+	TInt iScanCode;
 	};
 
 #endif