mouse code: memset still works.
This commit is contained in:
@@ -24,7 +24,7 @@ DIDevice::DIDevice()
|
|||||||
dev = InputDevice_Invalid;
|
dev = InputDevice_Invalid;
|
||||||
buffered = true;
|
buffered = true;
|
||||||
memset(&JoystickInst, 0, sizeof(JoystickInst));
|
memset(&JoystickInst, 0, sizeof(JoystickInst));
|
||||||
//memset(&MouseInst, 0, sizeof(MouseInst));
|
memset(&MouseInst, 0, sizeof(MouseInst));
|
||||||
Device = NULL;
|
Device = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user