Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: Window Translate  (Read 865 times)

drivehappy

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
    • View Profile
Window Translate
« on: May 30, 2008, 10:51:44 AM »

A minor annoyance I've had in my application for awhile is when attempting to drag the window via the application title bar, it will not move.

I found this post: http://www.wreckedgames.com/forum/index.php/topic,639.0.html
But I've already got the Ogre window message pump in my render routine. This is further complicated by the fact that I can maximize and minimize the window, and restoring the window after doing so I'm able to drag it.

I use Ubuntu 8.04, 32bit. Ogre creates the window and input is initialized with the window handle (I receive mouse, keyboard and joystick events correctly).
Logged