On 2/22/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > On Wed, 22 Feb 2006 01:42:37 +0000 > "Tony Pelton" <[EMAIL PROTECTED]> wrote: > > my problem is, i have no idea how to implement key handling code. > > > > i assume that the information i need/want is in the argument of "Type > > Word" that gets passed to my event handler (along with the modifier). > > The key constants are defined in the LCLType unit. For example VK_RETURN for > the return key.
thanks Mattias. i now have a working key handler. i assumed that it was going to be far more complicared ... that was far too simple i continue to be stunned by the quality, richness and ease of use of the LCL and FreePascal tools. i have had more fun building toys for my flight simulator with FreePascal and now LCL in the last 9 months since i "discovered" the FreePascal/Lazarus toolsets, than i've had doing _any_ other programming, hobby or professional, since i started programming professionally 10+ years ago. The richness of the FPC RTL and Lazarus LCL and the many add on units rival even Java, my primary development language, in terms of units available ... and the object oriented Pascal language features are just awesome. thanks to all for the awesome development tools. sorry for the OT rant ... i'm just having a great time right now and wanted to share ... > Mattias Tony -- X-SA user ? 0.4 is out ! http://x-plane.dsrts.com http://games.groups.yahoo.com/group/x-plane-foo/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
