Re: [Gambas-user] sdl mouse

2014-07-05 Thread Shane
Thanks Benoit that works really well as for a name maybe "Capture" On 03/07/14 18:33, Benoît Minisini wrote: > Le 16/06/2014 15:25, Shane a écrit : >> hi benoit would it be possible to include the ability to keep the mouse >> within the bounds of the sdl window >> >> thanks Shane >> > I have added

Re: [Gambas-user] sdl mouse

2014-07-03 Thread Rolf-Werner Eilert
Maybe "Trapped" ? Am 03.07.2014 10:33, schrieb Benoît Minisini: > Le 16/06/2014 15:25, Shane a écrit : >> hi benoit would it be possible to include the ability to keep the mouse >> within the bounds of the sdl window >> >> thanks Shane >> > > I have added a "Window.Grabbed" property in revision #

Re: [Gambas-user] sdl mouse

2014-07-03 Thread Benoît Minisini
Le 16/06/2014 15:25, Shane a écrit : > hi benoit would it be possible to include the ability to keep the mouse > within the bounds of the sdl window > > thanks Shane > I have added a "Window.Grabbed" property in revision #6359 for that. Please test it and tell me if it works. And if you find a be

Re: [Gambas-user] sdl mouse

2014-07-03 Thread Rolf-Werner Eilert
Ok, that may make sense. But I'm not in game programming, so I don't know anything about it. Interesting aspect, anyway! Rolf Am 03.07.2014 09:52, schrieb Shane: > yea It is problematic if that happens. but i have seen it done with some > game engines and the reason i need it is if i have a win

Re: [Gambas-user] sdl mouse

2014-07-03 Thread Shane
yea It is problematic if that happens. but i have seen it done with some game engines and the reason i need it is if i have a windowed action game that use,s the mouse i doesn't take long before the user is clicking outside the game window and losing focus on the game which is a problem i did t

Re: [Gambas-user] sdl mouse

2014-07-03 Thread Rolf-Werner Eilert
Isn't that dangerous? If the application crashes, the mouse is caught within the dead window's boundaries. Maybe you can read the mouse coordinates and reset them to within the window, by code of your application, so that the mouse gets free if the application dies. Rolf Am 03.07.2014 07:44,

Re: [Gambas-user] sdl mouse

2014-07-02 Thread Shane
any word on this On 16/06/14 23:25, Shane wrote: > hi benoit would it be possible to include the ability to keep the mouse > within the bounds of the sdl window > > thanks Shane > > -- > HPCC Systems Open Source Big Data P

[Gambas-user] sdl mouse

2014-06-16 Thread Shane
hi benoit would it be possible to include the ability to keep the mouse within the bounds of the sdl window thanks Shane -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most

Re: [Gambas-user] Sdl mouse problem XCFE problem.

2009-04-20 Thread jbskaggs
I have discovered that running gambas2.12 in fluxbox, gnome, kde, enlightenment, or xfce had no effect on the SDL Mouse problem. But I also found out the mouse cursor is controllable on Forms in these environments (I am on Wolvix 2.0- a Slackware 12.2 enviro) but the cursor is not controllable i

[Gambas-user] Sdl mouse problem XCFE problem.

2009-04-19 Thread jbskaggs
MY SDL mouse problem only occurs on Wolvix 2.0 which is running a XFCE environment. This is the same environment that would not let me change border colors etc. I can change mouse cursor just fine on UBUNTU so, Has anyone gotten mouse cursors to change with XFCE? Or am I barking up wrong tree?