Changeset 3763 for trunk/src/dinput/dinput.cpp
- Timestamp:
- Jun 27, 2000, 11:32:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dinput/dinput.cpp
r3762 r3763 1 /* $Id: dinput.cpp,v 1. 8 2000-06-27 18:20:46mike Exp $ */1 /* $Id: dinput.cpp,v 1.9 2000-06-27 21:32:41 mike Exp $ */ 2 2 /* DirectInput 3 3 * … … 1004 1004 int i; 1005 1005 1006 TRACE(" (this=%p,%p)\n",This,df);1006 TRACE("DINPUT-SMAI: SetDataFormat(this=%p,%p)\n",This,df); 1007 1007 1008 1008 TRACE("(df.dwSize=%ld)\n",df->dwSize); … … 1177 1177 RECT rect; 1178 1178 1179 TRACE(" SysMouseAImpl_Acquire:(this=%p)\n",This);1179 TRACE("DINPUT-SMAI: Acquire(this=%p)\n",This); 1180 1180 1181 1181 if (This->acquired == 0) { … … 1223 1223 ICOM_THIS(SysMouseAImpl,iface); 1224 1224 1225 TRACE(" SysMouseAImpl_Unacquire:(this=%p)\n",This);1225 TRACE("DINPUT-SMAI: Unacquire (this=%p)\n",This); 1226 1226 1227 1227 /* Reinstall previous mouse event handler */ … … 1251 1251 struct DIMOUSESTATE *mstate = (struct DIMOUSESTATE *) ptr; 1252 1252 1253 TRACE(" (this=%p,0x%08lx,%p): \n",This,len,ptr);1253 TRACE("DINPUT-SMAI: GetDeviceState (this=%p,0x%08lx,%p): \n",This,len,ptr); 1254 1254 1255 1255 /* Check if the buffer is big enough */ … … 1319 1319 1320 1320 EnterCriticalSection(&(This->crit)); 1321 TRACE(" (%p)->(dods=%ld,entries=%ld,fl=0x%08lx)\n",This,dodsize,*entries,flags);1321 TRACE("DINPUT-SMAI: GetDeviceData (%p)->(dods=%ld,entries=%ld,fl=0x%08lx)\n",This,dodsize,*entries,flags); 1322 1322 1323 1323 if (flags & DIGDD_PEEK) … … 1388 1388 sprintf(xbuf,"<special guid %ld>",(DWORD)rguid); 1389 1389 1390 TRACE(" (this=%p,%s,%p)\n",This,xbuf,ph);1390 TRACE("DINPUT-SMAI: SetProperty (this=%p,%s,%p)\n",This,xbuf,ph); 1391 1391 1392 1392 if (!HIWORD(rguid)) { … … 1435 1435 ICOM_THIS(SysMouseAImpl,iface); 1436 1436 1437 TRACE(" (this=%p,0x%08lx)\n",This,(DWORD)hnd);1437 TRACE("DINPUT-SMAI: SetEventNotification (this=%p,0x%08lx)\n",This,(DWORD)hnd); 1438 1438 1439 1439 This->hEvent = hnd;
Note:
See TracChangeset
for help on using the changeset viewer.