realbasic-nug
[Top] [All Lists]

Multiple Keydowns?

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Multiple Keydowns?
From: Dave <mrtoast at gmail dot com>
Date: Sun, 31 Oct 2004 22:06:34 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=PDG08cvFbseRKCHzyfiG336+cfqEAkK7Mb8o7JRGFkmo+5W11djvHKsCRj2+/6RpWMcTCYJkcnMwfpfx7AgtbfQmojwF2sB4u4m8PpYs2F/5M8we0quMYeNNP3MUol4saiBJpsQ+P+Cal8TxX+jTpWdsRAhbGbag4f38r8DNyno=
Is there someway I can do this:

if keyboard.asynckeydown(&h00) and keyboard.asynckeydown(&h03) then
  //do something
end if

It doesn't work.  How can I test for multiple keys pressed down at the
same time?

Thanks,

Dave

-- 
"You take the blue pill. The dream ends, you wake up in bed and
believe whatever you want to believe. You take the red pill. You stay
in Wonderland and I show you how deep the rabbit-hole goes. You take
the purple pill. The pain stops, you are relieved from heartburn, and
the lining of your esophagus returns."

There's no place like ~/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • Multiple Keydowns?, Dave <=