| 164 | } |
| 165 | |
| 166 | int ElaDxgiManager::getOutputDeviceID() const |
| 167 | { |
| 168 | Q_D(const ElaDxgiManager); |
| 169 | return d->_dxgi->getOutputDeviceID(); |
| 170 | } |
| 171 | |
| 172 | void ElaDxgiManager::setGrabArea(int width, int height) |
| 173 | { |
no outgoing calls
no test coverage detected