Changeset 7271 for code/trunk/src/libraries/core/input
- Timestamp:
- Aug 30, 2010, 8:07:38 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/input/InputDevice.h
r7174 r7271 132 132 { 133 133 oisDevice_ = static_cast<OISDeviceClass*>(oisInputManager_->createInputObject(OISDeviceValue, true)); 134 // Note: after the static_cast here, the cast edthis pointer becomes134 // Note: after the static_cast here, the cast this pointer becomes 135 135 // invalid right until the subclass has been constructed! 136 136 oisDevice_->setEventCallback(static_cast<DeviceClass*>(this));
Note: See TracChangeset
for help on using the changeset viewer.