Coming soon: software updates
//if this feature was available this would make the camera rotate as i hold down the key set in the EventOnInput object if (IN_22 == 1) // IN_22 would be an eventoninput object OUT_1 = 1; else OUT_1 = 0;