We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d062c9 commit c1a8dd9Copy full SHA for c1a8dd9
TOVR/Delphi/TOVR.dpr
@@ -145,15 +145,15 @@ begin
145
@DriverGetControllersData:=GetProcAddress(DllHandle, 'GetControllersData');
146
@DriverSetControllerData:=GetProcAddress(DllHandle, 'SetControllerData');
147
@DriverSetCentering:=GetProcAddress(DllHandle, 'SetCentering');
148
- if (ScreenControl) and (ScreenIndex <> 0) then
+ if (ScreenControl) then
149
ScreenEnable(ScreenIndex);
150
end;
151
152
153
DLL_PROCESS_DETACH:
154
if DllHandle <> 0 then begin
155
FreeLibrary(DllHandle);
156
157
ScreenDisable(ScreenIndex);
158
159
0 commit comments