19 #ifndef MIR_TEST_FRAMEWORK_INPUT_DEVICE_FAKER_H_ 20 #define MIR_TEST_FRAMEWORK_INPUT_DEVICE_FAKER_H_ 24 namespace mir {
class Server; }
25 namespace mir {
namespace input {
class InputDeviceInfo; } }
29 struct FakeInputDevice;
39 int expected_number_of_input_devices = 0;
43 #endif //MIR_TEST_FRAMEWORK_INPUT_DEVICE_FAKER_H_ AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: blob.h:26
Definition: any_surface.h:25
std::unique_ptr< T, ModuleDeleter< T > > UniqueModulePtr
Use UniqueModulePtr to ensure that your loadable libray outlives instances created within it...
Definition: module_deleter.h:83