Returns buffer instead of WPARAM and LPARAM
This commit is contained in:
parent
f22837523f
commit
ef038257d1
4 changed files with 23 additions and 8 deletions
|
@ -469,8 +469,8 @@ void NativeWindow::NotifyWindowMessage(UINT message, WPARAM w_param,
|
|||
LPARAM l_param) {
|
||||
FOR_EACH_OBSERVER(
|
||||
NativeWindowObserver, observers_,
|
||||
OnWindowMessage(message, static_cast<uint64_t>(w_param),
|
||||
static_cast<int64_t>(l_param)));
|
||||
OnWindowMessage(message, w_param,
|
||||
l_param));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue