Skip to content

Inspectron 1.0.1

Latest
Compare
Choose a tag to compare
@shdwcat shdwcat released this 15 Mar 20:05
· 2 commits to main since this release

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