windowing/windowserver/nga/SERVER/advancedpointereventhelper.cpp
branchRCL_3
changeset 41 de3d5b6102ac
parent 0 5d03bc08d59c
equal deleted inserted replaced
33:25f95128741d 41:de3d5b6102ac
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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".
    14 // Helper to initialise and set/get info from TAdvancedPointerEvent
    14 // Helper to initialise and set/get info from TAdvancedPointerEvent
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 #include "advancedpointereventhelper.h"
    18 #include "advancedpointereventhelper.h"
    19 #include "advancedpointerevent.inl"
    19 
    20 
    20 
    21 void TAdvancedPointerEventHelper::InitAdvancedPointerEvent(TWsEvent& aEvent, TPointerEvent::TType aType, TUint aModifiers, const TPoint3D &aPoint3D, TUint8 aPointerNumber)
    21 void TAdvancedPointerEventHelper::InitAdvancedPointerEvent(TWsEvent& aEvent, TPointerEvent::TType aType, TUint aModifiers, const TPoint3D &aPoint3D, TUint8 aPointerNumber)
    22 	{
    22 	{
    23 	aEvent.Pointer()->Init(aType, aModifiers, aPoint3D, aPointerNumber);
    23 	aEvent.Pointer()->Init(aType, aModifiers, aPoint3D, aPointerNumber);
    24 	};
    24 	};