- Timestamp:
- Dec 29, 2015, 5:16:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/input/InputDevice.h
r10990 r10992 99 99 100 100 private: 101 // non-copyable: 101 102 InputDevice(const InputDevice&) = delete; 103 InputDevice& operator=(const InputDevice&) = delete; 102 104 103 105 bool bCalibrating_; //!< Whether the device is in calibration mode
Note: See TracChangeset
for help on using the changeset viewer.