seafight17 0 Posted August 31, 2012 IsKeyDown howw is writen now? Quote Share this post Link to post Share on other sites
Neron 0 Posted August 31, 2012 (edited) function GetKeyState(const VKey: Byte): Boolean; before: if IsKeyDown('k') then .... scar 3.35: if getkeystate(75) then... You can find table of vkey in old manual http://scar-divi.com/oldmanual/ look under "Dec" column Edited August 31, 2012 by Neron Quote Share this post Link to post Share on other sites
FHannes 1 Posted September 1, 2012 GetKeyState(CharToVKey('k')) Quote Share this post Link to post Share on other sites
wundertüte 6 Posted September 8, 2017 http://www.lookuptables.com/ Quote Share this post Link to post Share on other sites