Adds two new config macros which enable Inspectron to be customized to work with advanced camera systems:
// defines how the mouse x,y coordinates are obtained
// (you most likely don't need to change this unless you are doing very advanced things with cameras)
#macro INSPECTRON_MOUSE_X mouse_x
#macro INSPECTRON_MOUSE_Y mouse_y
Full Changelog: v1.0.0...v1.0.1