From 7bacbdf10b97040c9ed282a22485759bd082fa63 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Sun, 19 Nov 2017 21:18:26 +0100 Subject: Add virtual joystick output for macOS Based of the foohid IOKit driver for implementing virtual HID devices. Issue: #236 --- proto-iokit-foohid/iokitprotocoldialog.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 proto-iokit-foohid/iokitprotocoldialog.h (limited to 'proto-iokit-foohid/iokitprotocoldialog.h') diff --git a/proto-iokit-foohid/iokitprotocoldialog.h b/proto-iokit-foohid/iokitprotocoldialog.h new file mode 100644 index 00000000..0417ba26 --- /dev/null +++ b/proto-iokit-foohid/iokitprotocoldialog.h @@ -0,0 +1,21 @@ +/* Copyright (c) 2017, Eike Ziller * + * * + * Permission to use, copy, modify, and/or distribute this software for any * + * purpose with or without fee is hereby granted, provided that the above * + * copyright notice and this permission notice appear in all copies. * + */ + +#pragma once + +#include "api/plugin-api.hpp" + +class IOKitProtocolDialog : public IProtocolDialog +{ + Q_OBJECT + +public: + IOKitProtocolDialog(); + + void register_protocol(IProtocol *protocol) final; + void unregister_protocol() final; +}; -- cgit v1.2.3