[ Maverik Level 3 functions ]


mav_deviceNew

Summary

Register a new input device.


Syntax

void mav_deviceNew(MAV_devicePollFn dpfn, MAV_deviceCalcFn dcfn, MAV_deviceEventFn defn);


Description

This function registers a new input device.


Back to the index page.