Results 1 to 6 of 6

Thread: Search if Key is pressed [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member sql_lall's Avatar
    Join Date
    Jul 2002
    Location
    Up Above (i.e. AUS)
    Posts
    571

    Talking Search if Key is pressed [RESOLVED]

    Hi!
    I was trying to make an interactive program, and wanted to put this in it:
    Code:
    do stuff...
    if(left button is pressed)
    {
     change a certain value
    }
    keep doing stuff
    Of course, this is only pseudo-code.
    I know about cin>> but the problem is i don't want the program to stop when i check for input.
    any ideas?? Thanks
    Last edited by sql_lall; Jun 21st, 2003 at 05:33 AM.
    sql_lall

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width