Results 1 to 3 of 3

Thread: KeyDown

  1. #1
    Join Date
    Nov 2007
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default KeyDown

    I saw the KeyDown(Key: Byte); but i'm not use how to use it i wanted to get it to hold down ctrl so i can ctrl+click

  2. #2
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It is possible, use this code

    SCAR Code:
    KeyDown(VK_CONTROL);

    ~Sir

  3. #3
    Join Date
    Mar 2008
    Location
    New Jersey
    Posts
    1,673
    Mentioned
    1 Post(s)
    Quoted
    9 Post(s)

    Default

    when you're done holding control though, I think you need to put KeyUp(VK_Control); or something like that.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. KeyDown; and KeyUp;
    By skilld u in forum OSR Help
    Replies: 2
    Last Post: 01-30-2008, 11:44 PM
  2. KeyDown In C++
    By TravisV10 in forum C/C++ Help and Tutorials
    Replies: 2
    Last Post: 08-12-2007, 04:24 PM
  3. Keydown
    By skullbr00d in forum OSR Help
    Replies: 3
    Last Post: 06-07-2007, 06:11 PM
  4. if(KeyDown('m'))then
    By Jason2gs in forum OSR Help
    Replies: 4
    Last Post: 02-26-2007, 03:43 AM
  5. keydown
    By raimis89 in forum OSR Help
    Replies: 4
    Last Post: 12-09-2006, 09:23 AM

Posting Permissions

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