On Linux (at least), a key event is accompanied with a mouse position event. If a libRocket UI is listening to e.g. "mouseover" events, then any keypress will first appear to be a mouse movement, tripping up code that tries to handle focus with both keyboard and mouse support. This change merely dispatches key events before any mouse events to avoid this problem. |
||
|---|---|---|
| .. | ||
| metalibs | ||
| src | ||
| .gitignore | ||
| Package.pp | ||
| Sources.pp | ||