Ignore:
Timestamp:
Jul 31, 2006, 5:21:38 AM (19 years ago)
Author:
bird
Message:

bedtime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CPMKeyState.h

    r2752 r2755  
    33 * Copyright (C) 2003 Chris Schoeneman
    44 * Copyright (C) 2006 Knut St. Osmundsen
    5  * 
     5 *
    66 * This package is free software; you can redistribute it and/or
    77 * modify it under the terms of the GNU General Public License
    88 * found in the file COPYING that should have accompanied this file.
    9  * 
     9 *
    1010 * This package is distributed in the hope that it will be useful,
    1111 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     
    9090        to a modifier mask.
    9191        */
    92         KeyID                           mapKeyFromEvent(MPARAM charAndVirtKey, MPARAM info, KeyModifierMask* maskOut) const;
     92        KeyID               mapKeyFromEvent(USHORT fsFlags, UCHAR ucRepeat, UCHAR ucScanCode, USHORT usch, USHORT usvk, KeyModifierMask* maskOut) const;
    9393
    9494        //! Check if keyboard groups have changed
     
    183183};
    184184
     185/*
     186 * Local Variables:
     187 *  mode: c
     188 *  c-file-style: "k&r"
     189 *  c-basic-offset: 4
     190 *  tab-width: 4
     191 *  indent-tabs-mode: t
     192 * End:
     193 */
     194
     195
    185196#endif
Note: See TracChangeset for help on using the changeset viewer.