gordonramp Posted February 22, 2010 Posted February 22, 2010 if KeyDown(KEY_CTRL)==1 then DrawText("Text",1,60) end Can someone tell what the Lua syntax is for the Ctrl key? Quote AMD Athlon x2 7750 2.7ghz, 6gb ddr2 ram, Galaxy9800GT 1gig ddr2 video card, Windows 7,64.
Canardia Posted February 22, 2010 Posted February 22, 2010 There are 2 control keys, which one do you mean? See in the constants/keycodes.lua for a full list of key codes: like KEY_LCONTROL Or actually, you should always use Wiki when possible: http://www.leadwerks.com/wiki/index.php?title=Input#Keyboard Quote ■ Ryzen 9 ■ RX 6800M ■ 16GB ■ XF8 ■ Windows 11 ■ ■ Ultra ■ LE 2.5 ■ 3DWS 5.6 ■ Reaper ■ C/C++ ■ C# ■ Fortran 2008 ■ Story ■ ■ Homepage: https://canardia.com ■
gordonramp Posted February 22, 2010 Author Posted February 22, 2010 Oh, thanks for that. Quote AMD Athlon x2 7750 2.7ghz, 6gb ddr2 ram, Galaxy9800GT 1gig ddr2 video card, Windows 7,64.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.