Thread: Arrows

  1. #1
    14n
    Guest

    Arrows

    What number in the charachter set is the arrow keys?

    ty

  2. #2
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    Do not cross post* to more than one forum. Your post on the gaming forum has been deleted. It's usually a good idea to read a forum's rules before posting there.



    *Cross Post is defined as posting the same question or thread to more than one forum. Pick one.


    If you have any further questions about this, or would like this to be on the game forum instead of this one, please feel free to register and PM me, I'll do what I can.


    Kermi3
    Moderator
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  3. #3
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Try these ASCII codes.

    left arrow: 16d, 10h
    right arrow: 17d, 11h

    Kuphryn

  4. #4
    14n
    Guest
    what about the up and down arrows?

  5. #5
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    up arrow: 30d, 1Eh
    down arrow: 31d, 1Fh

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to use arrows
    By wyvern in forum C++ Programming
    Replies: 9
    Last Post: 10-12-2005, 01:19 PM
  2. Directional arrows
    By Ian Paice in forum C Programming
    Replies: 4
    Last Post: 07-31-2003, 07:57 AM
  3. up, down, left, right arrows
    By revelation437 in forum C Programming
    Replies: 10
    Last Post: 12-12-2002, 09:38 AM
  4. Using Arrows in Win32 Console
    By GreenCherry in forum C++ Programming
    Replies: 2
    Last Post: 10-04-2002, 11:27 AM
  5. arrows
    By Commander in forum C Programming
    Replies: 2
    Last Post: 02-25-2002, 07:56 AM