KeyEvents.h

Go to the documentation of this file.
00001 /*-----------------------------------------------------------------------------------*/
00002 /* INRIA 2005 */
00003 /* Allan CORNET */
00004 /*-----------------------------------------------------------------------------------*/
00005 #ifndef __KEYEVENTS__
00006 #define __KEYEVENTS__
00007 /*-----------------------------------------------------------------------------------*/ 
00008 #include <windows.h>
00009 #include "wcommon.h"
00010 /*-----------------------------------------------------------------------------------*/ 
00011 void ON_EVENT_GRAPH_WM_KEYUP(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags);
00012 void ON_EVENT_GRAPH_WM_KEYDOWN(HWND hwnd, UINT vk, BOOL fDown, int cRepeat, UINT flags);
00013 /*-----------------------------------------------------------------------------------*/ 
00014 #endif /* __KEYEVENTS__ */
00015 /*-----------------------------------------------------------------------------------*/ 

Generated on Sun Mar 4 15:03:54 2007 for Scilab [trunk] by  doxygen 1.5.1