How does one call a native function from within Simba?
Specifically, I'm interested in BlockInput, GetFocus, and SetFocus.
How does one call a native function from within Simba?
Specifically, I'm interested in BlockInput, GetFocus, and SetFocus.
AllowSysCalls will have to be on in the settings:
Simba Code:function GetModuleFileName(
Module: Cardinal; FileName: TCharArray; Size: Cardinal
): Cardinal; external 'GetModuleFileNameA@kernel32 stdcall';
You can see other examples in the associate and CRov extensions.
There are currently 1 users browsing this thread. (0 members and 1 guests)