Shop OBEX P1 Docs P2 Docs Learn Events
Mouse data — Parallax Forums

Mouse data

El PaisaEl Paisa Posts: 375
edited 2006-08-13 01:39 in Propeller 1
This is little program that displays the mouse coordinates and button status.

Comments

  • hellosethhelloseth Posts: 43
    edited 2006-08-12 22:49
    Can you try this on a 3 or more button PS2 mouse? I do not yet have a prop board, but am looking to make an app that uses a multi-button (4) mouse.
    Also, does the scroll wheel pass data?

    Thanks

    Seth
  • cgraceycgracey Posts: 14,133
    edited 2006-08-12 23:20
    The MOUSE.SPIN driver will work with up to 5-button mice. It reports the wheel as Z. Also, the latest MOUSE.SPIN has bounding functions to constrain mouse coordinates within limits, making this sort of example program much simpler.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔


    Chip Gracey
    Parallax, Inc.
  • hellosethhelloseth Posts: 43
    edited 2006-08-13 01:07
    Chip Gracey (Parallax) said...
    The MOUSE.SPIN driver will work with up to 5-button mice. It reports the wheel as Z. Also, the latest MOUSE.SPIN has bounding functions to constrain mouse coordinates within limits, making this sort of example program much simpler.

    Ok, very stupid question. Where do I find documentation for these spin objects, mouse, video? I don't have a propeller yet, but have ordered the manual.

    Thanks

    Seth
  • El PaisaEl Paisa Posts: 375
    edited 2006-08-13 01:39
    I am afraid there is not any documentation, except the mouse examples
Sign In or Register to comment.