Thread: really fast

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    153

    really fast

    Hey everyone,
    Really really quick question. I'm writing a program that needs to test for the user pressing the ESC key. is these an escape sequence that represents the esc key? I know how to test for it, just need to know what to test for...thanks a lot
    -Chap

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    The solution is OS (and sometimes compiler) dependent.

    gg

  3. #3
    Registered User Micko's Avatar
    Join Date
    Nov 2003
    Posts
    715
    Quick answer here and assuming windows test for VK_ESCAPE vk code...
    Gotta love the "please fix this for me, but I'm not going to tell you which functions we're allowed to use" posts.
    It's like teaching people to walk by first breaking their legs - muppet teachers! - Salem

  4. #4
    Registered User
    Join Date
    Sep 2004
    Posts
    153
    thanks a lot micko...I'll study that faq and know some new things...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 02-27-2009, 04:43 PM
  2. Modem in Linux need help fast please!
    By xxxrugby in forum Tech Board
    Replies: 0
    Last Post: 03-30-2005, 04:10 PM
  3. Saving a part of screen into a file fast!
    By Zap in forum C++ Programming
    Replies: 4
    Last Post: 06-28-2003, 10:56 AM
  4. Super fast bilinear interpolation
    By VirtualAce in forum Game Programming
    Replies: 2
    Last Post: 06-18-2002, 09:35 PM
  5. moving a bitmap, fast and smooth
    By werdy666 in forum Game Programming
    Replies: 1
    Last Post: 05-31-2002, 06:49 PM