X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fwiimote%2Fwiimote.h;h=23e9eedaa2e59b3d9a6769e708efd791c0d94eec;hb=54efcbaa35cec5e4cda663ceb31fa1ca12683c1b;hp=6edadf6c64f305cbb78738da372ac3129cdc36d7;hpb=1745340c67d66d8dd92e5b3a377e935ed5eea973;p=ardour.git diff --git a/libs/surfaces/wiimote/wiimote.h b/libs/surfaces/wiimote/wiimote.h index 6edadf6c64..23e9eedaa2 100644 --- a/libs/surfaces/wiimote/wiimote.h +++ b/libs/surfaces/wiimote/wiimote.h @@ -43,6 +43,8 @@ public: virtual ~WiimoteControlProtocol (); static bool probe (); + static void* request_factory (uint32_t); + int set_active (bool yn); XMLNode& get_state (); @@ -53,6 +55,8 @@ public: void wiimote_callback (int mesg_count, union cwiid_mesg mesg[]); + void stripable_selection_changed () {} + protected: void do_request (WiimoteControlUIRequest*); int start ();