(&mut self)
| 176 | } |
| 177 | |
| 178 | pub fn set_gdi(&mut self) -> bool { |
| 179 | self.gdi_capturer = self.display.create_gdi(); |
| 180 | self.is_gdi() |
| 181 | } |
| 182 | |
| 183 | pub fn cancel_gdi(&mut self) { |
| 184 | self.gdi_buffer = Vec::new(); |
nothing calls this directly
no test coverage detected