touchlogicalfeedback.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name        : touchlogicalfeedback.h
00004 *  Part of     : Tactile Feedback / Tactile Feedback Client  
00005 *  Interface   : Tactile Feedback Client API
00006 *  Description : Logical feedback type enumeration. 
00007 *  Version     : %version: 3 %
00008 *
00009 *  Copyright © 2007-2008 Nokia.  All rights reserved.
00010 *  This material, including documentation and any related computer
00011 *  programs, is protected by copyright controlled by Nokia.  All
00012 *  rights are reserved.  Copying, including reproducing, storing,
00013 *  adapting or translating, any or all of this material requires the
00014 *  prior written consent of Nokia.  This material also contains
00015 *  confidential information which may not be disclosed to others
00016 *  without the prior written consent of Nokia.
00017 * ============================================================================
00018 * Template version: 4.0
00019 */
00020 
00021 #ifndef T_TOUCHLOGICALFEEDBACK_H
00022 #define T_TOUCHLOGICALFEEDBACK_H
00023 
00024 
00025 
00026 #include <e32std.h>
00027 
00028 
00036 enum TTouchEventType
00037     {
00038     ETouchEventStylusDown
00039     };
00040 
00041     
00068 enum TTouchLogicalFeedback
00069     {
00070     ETouchFeedbackNone,
00071     ETouchFeedbackBasic,   
00072     ETouchFeedbackSensitive
00073     };
00074 
00075 
00076 #endif // T_TOUCHLOGICALFEEDBACK_H

Copyright © Nokia Corporation 2001-2007
Back to top