Home/Misc | Wine | Bing | Distributed Computing | Fun | Links |
Last updated: 2001/2/26
Press the left mouse button and drag the mouse to draw a black rectangle. Do it again, the first rectangle is erased and a new one is drawn. Resizing the window has no effect on the rectangle (make the window smaller than the rectangle and then bigger and you will still have your original rectangle).
Note that if you exit the client area and release the mouse button, capture1 still believes that the mouse button is pressed when you get back into the client area. After a mouse click it will 'release' it but it will not draw the rectangle.
Last updated: 2001/2/26
Same as Blokout1 except that this time if you exit the client area the program will continue tracking the mouse.
Last updated: 2001/2/26
The program divides the window in a checkboard of 25 cells. A click on a cell will display a cross in it and a second click will erase that cross.
When the window is resized the cells are resized accordingly and keep the checked/not checked status. You may see a small variable border around the cells. That's because of rounding errors made by the program.
Last updated: 2001/2/26
Same as Checker1 but with an additional keyboard mode. You can move the mouse pointer with the arrow keys, home and end move it respectively to the top left and bottom right corners and you can use space and enter to toggle a cell's status.
Last updated: 2001/2/26
Same as Checker1 but implemented using child windows. Note that this version does not have the keyboard interface of Checker2.
Last updated: 2001/2/28
Same as Checker3, i.e. it is also based on child windows, but adds a keyboard interface. Unlike Checker2, this time the keyboard does not move the mouse but moves the focus from one sub-window to the next. Of course clicking also moves the focus so it all behaves as one would expect.
Last updated: 2001/2/26
Connect tracks the mouse movements recording each point's coordinates as long as the left mouse button is depressed. Then it connects each point to all the other points.
If you are outside the client area when you release the mouse button then connect does not do anything. Also if you do the above while it is still drawing the lines nothing happens. To try this move the mouse for some time before releasing the button, connect remembers up to 1000 points which gives it 500,000 lines to draw. But if you release the button after it has finished drawing the lines, then that part of the mouse movements will be taken into account.
Last updated: 2001/2/26
Sorry, no description yet
Sorry, not tested under Wine yet
Home/Misc | Wine | Bing | Distributed Computing | Fun | Links |
fgouget@free.fr | This page is hosted for free by Free.fr |