Use WPARAM as uint64_t and LPARAM as int64_t
This commit is contained in:
parent
2ac40cc28e
commit
f22837523f
4 changed files with 6 additions and 4 deletions
|
@ -61,7 +61,7 @@ class NativeWindowObserver {
|
|||
|
||||
// Called when window message received
|
||||
#if defined(OS_WIN)
|
||||
virtual void OnWindowMessage(UINT message, WPARAM wparam, uint64_t lparam) {}
|
||||
virtual void OnWindowMessage(UINT message, uint64_t wparam, int64_t lparam) {}
|
||||
#endif
|
||||
|
||||
// Called when renderer is hung.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue