| 269 | } |
| 270 | |
| 271 | void fini() override |
| 272 | { |
| 273 | if (input_grab->is_grabbed()) |
| 274 | { |
| 275 | input_released(); |
| 276 | } |
| 277 | |
| 278 | reset_all(); |
| 279 | |
| 280 | output->rem_binding(&call); |
| 281 | output->rem_binding(&call_3d); |
| 282 | output->rem_binding(&reset); |
| 283 | output->rem_binding(&reset_one); |
| 284 | } |
| 285 | }; |
| 286 | |
| 287 | DECLARE_WAYFIRE_PLUGIN(wf::per_output_plugin_t<wf_wrot>); |
nothing calls this directly
no test coverage detected