CodyUpdated at: July 11th 2024 Your programming assistantGesturesWhen doing a gesture, you should take around 1 second to do the following patters: Horizontal zigzagThe horizontal zigzag is recognized by moving the cursor to the left first w/2 pixels, then move the cursor to the right w pixels, then to the left w pixels, and finally w/2 to the right. 'w' is a preestablished quantity of pixels, it should be around 4 cm of your screen. Vertical zigzagThe vertical zigzag is recognized by moving the cursor to the top first h/2 pixels, then move the cursor to the bottom h pixels, then to the top h pixels, and finally h/2 to the bottom. 'h' is a preestablished quantity of pixels, it should be around 4 cm of your screen. CircleThe circle is recognized by moving the cursor in a circle path, starting at the 12 o'clock. The radious of this circle should be around 1.5 cm. |