コード例 #1
0
ファイル: android_ducky.c プロジェクト: goofwear/duckify
static void hid_function_cleanup(struct android_usb_function *f)
{
	ghid_cleanup();
}
コード例 #2
0
ファイル: controllerbinder.cpp プロジェクト: gideros/gideros
    ~Controller()
    {
		ghid_removeCallback(callback_s, this);
		ghid_cleanup();
    }