File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 176176 // other
177177 string GetInternalWindowTextA (int hWnd );
178178 int GetLastWin32Error ();
179+ int GetPressedVirtualKeys (int flags );
179180 bool IsProgramType (int type );
180181 bool IsVirtualKeyDown (int vKey );
181182 bool IsWindowAreaVisible (int hWnd );
Original file line number Diff line number Diff line change @@ -787,6 +787,7 @@ string GetMqlDirectoryA();;
787787string GetMqlDirectoryW ();;
788788string GetMqlSandboxPathA (int inTester );;
789789string GetMqlSandboxPathW (int inTester );;
790+ int GetPressedVirtualKeys (int flags );;
790791string GetReparsePointTargetA (string name );;
791792string GetStringA (int address );;
792793string GetStringW (int address );;
@@ -838,7 +839,7 @@ bool IsStandardTimeframe(int timeframe);;
838839bool IsSymlinkA (string path );;
839840bool IsTerminalConfigKeyA (string section , string key );;
840841bool IsUIThread (int threadId =NULL );;
841- bool IsVirtualKeyDown (int vKey );;
842+ bool IsVirtualKeyDown (int key );;
842843bool IsWindowAreaVisible (int hWnd );;
843844int LeaveContext (int &ec []);;
844845bool LoadMqlProgramA (int hChart , int programType , string programName );;
You can’t perform that action at this time.
0 commit comments