lewisje / renderengine

Automatically exported from code.google.com/p/renderengine
MIT License
0 stars 0 forks source link

Keyboard and Mouse components block default events #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Refer to:
http://groups.google.com/group/the-render-engine/browse_thread/thread/9c218c2203
af91b1

R.components.input.Keyboard is blocking default keyboard events from firing. 
R.components.input.Mouse is blocking default mouse events from firing.

Original issue reported on code.google.com by bfatt...@gmail.com on 10 Feb 2011 at 8:09

GoogleCodeExporter commented 8 years ago
Tagging

Original comment by bfatt...@gmail.com on 10 Feb 2011 at 8:10

GoogleCodeExporter commented 8 years ago
Keyboard and mouse events have been moved to the rendering context and are used 
by the components.

Original comment by bfatt...@gmail.com on 2 Jun 2011 at 12:54