project-navigation
Personal tools

Author Topic: How to avoid mouse grab when playing in window ?  (Read 2342 times)

kallner

  • Guest
How to avoid mouse grab when playing in window ?
« on: September 30, 2006, 10:57:45 am »
How can I avoid the mouse getting grabbed when playing in window mode ?

I tried the +set vid_grabmouse 0 +set vid_fullscreen 0 options but the
mouse is still being grabbed.

This is on Linux with the 2.0-rc5 version

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
How to avoid mouse grab when playing in window ?
« Reply #1 on: September 30, 2006, 11:09:00 am »
you can release the mouse by unfocusing the window via alt+tab e.g.

if you are using the glx renderer try the sdl renderer (via ./ufo +set vid_ref sdl ) and hit srtg+g (grab/ungrab) and alt+enter (fullscreen/window)