Project update

Besides the final adjusting, I'm trying to expend the functionality of the system. Now there's two mode to control the mouse cursor, the user can switch the mode to click the item or to drag the window/item around. I considered to implement the two different command together and differentiate by different amount of time the cursor stay in the same position, but I think it will make the system less easy to control since most of the time we will use click rather than drag things. So I set the click mode as default and if need, we can change to the drag mode by click on the Processing control interface.

Comments

Popular Posts