March 16, 201214 yr Commercial Member Is it possible to trap only the "CTRL" key by itself to see if the user pressed it?I'm not having much luck...I can trap "CTRL + C" or just ''C", with no problems using Simconnect.But not CTRL all by itself.Any ideas?Cheers, B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
March 19, 201214 yr Author Commercial Member I think you would have to watch the message queue for WM_SYSKEYDOWNDougEven easier method I found:if(GetKeyState(VK_CONTROL)<0){ // do something} B. York FS2Crew Web Site / FS2Crew Facebook Page / FS2Crew Discord
Create an account or sign in to comment