The MultipleAsync plugin example, converted to plain C as a sample. All the functionality of the other example plugins (hardware detection callbacks, device instantiation callbacks, etc.) can also be performed in plain C. More...
#include <osvr/PluginKit/PluginKitC.h>
#include <osvr/PluginKit/AnalogInterfaceC.h>
#include <osvr/PluginKit/ButtonInterfaceC.h>
#include <osvr/PluginKit/TrackerInterfaceC.h>
#include <osvr/Util/BoolC.h>
#include "org_osvr_example_SampleCPlugin_json.h"
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
The MultipleAsync plugin example, converted to plain C as a sample. All the functionality of the other example plugins (hardware detection callbacks, device instantiation callbacks, etc.) can also be performed in plain C.
Definition in file org_osvr_example_SampleCPlugin.c.