Skip to content

Commit 0838dcd

Browse files
committed
LPARAM is dependent on target platform so changing to int64 so both x86 and x64 are the same
1 parent a250e2d commit 0838dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CefSharp.Core/ManagedCefBrowserAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ namespace CefSharp
175175
}
176176
}
177177

178-
bool SendKeyEvent(int message, int wParam, LPARAM lParam)
178+
bool SendKeyEvent(int message, int wParam, int64 lParam)
179179
{
180180
auto browser = _clientAdapter->GetCefBrowser();
181181

0 commit comments

Comments
 (0)