home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7580 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: speedy.grolier.fr!usenet
  2. From: septh@club-internet.fr (Stephan Schreiber)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Error in RKM Libs 3rd Edition?
  5. Date: 19 Apr 1996 01:42:30 GMT
  6. Organization: Grolier Interactive Europe
  7. Message-ID: <958.6678T262T1977@club-internet.fr>
  8. References: <4koga8$r26@ousrvr3.oulu.fi>
  9. NNTP-Posting-Host: ppp-97-219.neuilly.club-internet.fr
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  
  13. Le 13-Avr-96   16:13:12, Timo Karjalainen ecrivait a propos de Error in RKM
  14. Libs 3rd Edition?:
  15. > On page 819 of RKM: Libraries, 3rd Edition, it is stated that the
  16. > rawkey code for the Escape key would be 45. 0x45 is implied since
  17. > in the same table there are hex values such as 4C, 4D.
  18.  
  19. > However, my program reports an IDCMP_RAWKEY IntuiMessage->Code value
  20. > of 0x1B when I press Esc. I recall seeing this 0x1B somewhere else
  21. > as the Esc keycode, so I think it's the correct one.
  22.  
  23. > The question is: Why the heck does RKM Libs page 819 list 0x45 for the
  24. > Escape keycode? 0x1B isn't even 45 decimal.
  25.  
  26. > (Another point of interest would be the poor key whose keycode *is*
  27. > 0x45... Mistaken for Esc in every program written with RKM. :-D)
  28.  
  29. > tikarjal
  30.  
  31. 0x45 is the raw keycode for the Escape key as reported by IDCMP_RAWKEY.
  32. 0x1B is its ANSI keycode as reported as IDCMP_VANILLAKEY...
  33.  
  34. --
  35. Septh
  36.  
  37. "Sleep my friend and you will see, Dream is my reality..."
  38.  
  39.