This source file includes following definitions.
- AssociateTouchscreens
- ConfigureCTM
#include "ui/display/chromeos/ozone/touchscreen_delegate_ozone.h"
namespace ui {
TouchscreenDelegateOzone::TouchscreenDelegateOzone() {}
TouchscreenDelegateOzone::~TouchscreenDelegateOzone() {}
void TouchscreenDelegateOzone::AssociateTouchscreens(
std::vector<OutputConfigurator::DisplayState>* outputs) {
NOTIMPLEMENTED();
}
void TouchscreenDelegateOzone::ConfigureCTM(
int touch_device_id,
const OutputConfigurator::CoordinateTransformation& ctm) {
NOTIMPLEMENTED();
}
}