Ignore:
Timestamp:
Jan 17, 2000, 6:19:21 PM (26 years ago)
Author:
sandervl
Message:

Added support for DInput wm_char notification handler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/win32wbase.cpp

    r2458 r2463  
    1 /* $Id: win32wbase.cpp,v 1.44 2000-01-16 18:17:12 cbratschi Exp $ */
     1/* $Id: win32wbase.cpp,v 1.45 2000-01-17 17:19:20 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    10061006//******************************************************************************
    10071007//******************************************************************************
     1008ULONG Win32BaseWindow::MsgChar(MSG *msg)
     1009{
     1010    if(ISKDB_CAPTURED())
     1011    {
     1012        DInputKeyBoardHandler(msg);
     1013    }
     1014    return DispatchMsgA(msg);
     1015}
     1016//******************************************************************************
     1017//******************************************************************************
    10081018ULONG Win32BaseWindow::MsgNCPaint()
    10091019{
Note: See TracChangeset for help on using the changeset viewer.