project-navigation
Personal tools

Author Topic: touch for win?  (Read 3817 times)

Offline Ratman

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
touch for win?
« on: May 26, 2011, 11:36:06 am »
hi
first: sorry for my bad english ...

i have an asus ep121 slate.
  • i cant use the wacom-pen and the touch-paneel on 2.3.
  • when i go on the desktop during playing, my usb-mouse freeces on the left upper corner and i can do nothing.
  • (2.4 doesnt work)
some ideas?

pc: asus ep121
sys: win7 64bit / 4gb ram
drive: 64 gb ssd
cpu: intel i5
gpu: integrated intel
« Last Edit: May 26, 2011, 11:38:45 am by Ratman »

Offline Edi

  • Squad Leader
  • ****
  • Posts: 296
    • View Profile
Re: touch for win?
« Reply #1 on: May 26, 2011, 11:47:49 am »
You must play in windowed mode for the mouse to work outside UFOAI. It has something to do with part of the game engine. If you try to alt-tab out of the full screen, you can't use the mouse.

At this stage there is nothing that can be done about that. There will undoubtedly be a fix sometime in the future, but it is not going to be very soon, if I've read the relevant comments correctly.

Offline Ratman

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: touch for win?
« Reply #2 on: May 26, 2011, 11:53:17 am »
thx for the fast info ...

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: touch for win?
« Reply #3 on: May 26, 2011, 05:18:29 pm »
  • when i go on the desktop during playing, my usb-mouse freeces on the left upper corner and i can do nothing.

upper-left corner of the game window?

Some joysticks/keypads or other controllers may confuse the game. You could try running the game with +set in_joystick 0 parameter (you can modify the shortcut on it's property page)

-geever

Offline Edi

  • Squad Leader
  • ****
  • Posts: 296
    • View Profile
Re: touch for win?
« Reply #4 on: May 26, 2011, 06:44:07 pm »
upper-left corner of the game window?

Some joysticks/keypads or other controllers may confuse the game. You could try running the game with +set in_joystick 0 parameter (you can modify the shortcut on it's property page)

-geever
Not going to do anything. I just tested that.

The issue is related to the SDL. See this tracker item for more information. There's also another forum thread, but as far as I'm concerned, that's written in hieroglyphs since I'm no coder.

Offline Ratman

  • Cannon Fodder
  • **
  • Posts: 3
    • View Profile
Re: touch for win?
« Reply #5 on: May 26, 2011, 06:53:44 pm »
as edi said ... no problem in window-mode

so my greatest problem is, that touch and pen doesnt work.
with this working, it would be THE game for slates *bg*
« Last Edit: May 26, 2011, 07:25:00 pm by Ratman »

Offline Muton

  • Sergeant
  • *****
  • Posts: 496
    • View Profile
Re: touch for win?
« Reply #6 on: May 28, 2011, 11:31:53 am »
fixed

Recompiled SDL using the last revision related to 1.2.14 which is 5500
Linking against this new SDL solves that problem

New (Muton) win32 installer will use this SDL revision!

2.3 users
get
UFOAI-2.3-alt-tab-fix.zip
and extract it into your UfoAI folder


4 self compilers
Win32
Binaries (static&&shared) are available @
SDL-1.2.14-rev5500.7z
the old bugged one
SDL-1.2.14.7z
extract this LZMA 7zip file into
?:\wherever\mingw
and replace all files

Linux && MAC:
Just get SDL recompile and your done
Troubled getting the source?
SDL-1.2.14-rev5500-source.tar.bz2

Offline Edi

  • Squad Leader
  • ****
  • Posts: 296
    • View Profile
Re: touch for win?
« Reply #7 on: May 28, 2011, 05:06:06 pm »
fixed

Recompiled SDL using the last revision related to 1.2.14 which is 5500
Linking against this new SDL solves that problem

New (Muton) win32 installer will use this SDL revision!

2.3 users
get
UFOAI-2.3-alt-tab-fix.zip
and extract it into your UfoAI folder


4 self compilers
Win32
Binaries (static&&shared) are available @
SDL-1.2.14-rev5500.7z
the old bugged one
SDL-1.2.14.7z
extract this LZMA 7zip file into
?:\wherever\mingw
and replace all files

Linux && MAC:
Just get SDL recompile and your done
Troubled getting the source?
SDL-1.2.14-rev5500-source.tar.bz2

You. Are. AWESOME!

Thank you!