24#ifndef KICAD_LIBSPNAV_DRIVER_H 
   25#define KICAD_LIBSPNAV_DRIVER_H 
static int s_connection_count
 
static std::mutex s_mutex
 
static bool s_spnav_connected
 
virtual void Disconnect()=0
Disconnect from the device.
 
virtual bool Connect()=0
Connect to the device.
 
virtual void Poll()=0
Poll for pending events and dispatch them to the handler.