Diff for /xmil/wince/winkbd.cpp between versions 1.1 and 1.2

version 1.1, 2004/08/19 11:09:20 version 1.2, 2004/08/20 09:51:53
Line 253  static void setbind(UINT8 *tbl, const KE Line 253  static void setbind(UINT8 *tbl, const KE
         for (i=0; i<4; i++) {          for (i=0; i<4; i++) {
                 key = (*adrs->ptr[i]) & 0xff;                  key = (*adrs->ptr[i]) & 0xff;
                 if (tbl[key] != NC) {                  if (tbl[key] != NC) {
                         keystat_forcerelease(tbl[key]);                          keystat_keyup(tbl[key]);
                 }                  }
                 tbl[key] = bind->key[i];                  tbl[key] = bind->key[i];
         }          }

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>