comparison win/dw.c @ 277:d706e0dbb0cb

Pass WM_CHAR messages to the signal handler proc for boxes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 07 Mar 2003 20:25:18 +0000
parents bf8b907f8a29
children df0665ba147f
comparison
equal deleted inserted replaced
276:dfbda83b7cad 277:d706e0dbb0cb
2112 return ret; 2112 return ret;
2113 } 2113 }
2114 } 2114 }
2115 break; 2115 break;
2116 case WM_CHAR: 2116 case WM_CHAR:
2117 _wndproc(hWnd, msg, mp1, mp2);
2117 if(LOWORD(mp1) == '\t') 2118 if(LOWORD(mp1) == '\t')
2118 { 2119 {
2119 if(GetAsyncKeyState(VK_SHIFT) & 0x8000) 2120 if(GetAsyncKeyState(VK_SHIFT) & 0x8000)
2120 { 2121 {
2121 if(cinfo->combo) 2122 if(cinfo->combo)