Opened 17 years ago
Closed 17 years ago
#257 closed task (fixed)
Implement the WindowEventListener
Reported by: | rgrieder | Owned by: | nobody |
---|---|---|---|
Priority: | minor | Milestone: | Version 0.2 Codename: Bellatrix |
Component: | Ogre | Version: | 0.2.0 |
Keywords: | windowEvent, ogre, listener | Cc: | |
Referenced By: | References: |
Description
Every time the size of a window changes, or someone even closes the window by the little square button with the cross, Orxonox has to notice that and act accordingly. The most important task right now is to reset the mouse clipping size (setWindowExtens in the InputHandler) or else our ship will be unsteerable if the window is being resized.
For references how this can be done look into the Ogre wiki or have a quick look at the ExampleFrameListener that already implements WindowEventListener.
Change History (2)
comment:1 Changed 17 years ago by rgrieder
- Type changed from defect to task
comment:2 Changed 17 years ago by rgrieder
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.