source/Platform/Unix/X11Display.cpp: Do not capture Pointer motions.
This commit is contained in:
parent
75a53f635d
commit
ff5d719fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ bool X11Display::create(DisplayDescription description)
|
|||
// We want InputFocus,Keyboard,Mouse,Resize,Exposure (repaint) events.
|
||||
attr.event_mask = FocusChangeMask
|
||||
| KeyPressMask | KeyReleaseMask
|
||||
| ButtonPressMask | ButtonReleaseMask | PointerMotionMask
|
||||
| ButtonPressMask | ButtonReleaseMask
|
||||
| StructureNotifyMask | ExposureMask;
|
||||
|
||||
m_win = ::XCreateWindow(disp, root_win,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue