project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zork

Pages: [1]
1
Coding / Re: Multitouch table support
« on: June 28, 2012, 09:43:56 pm »
Can someone tell me how to raise a window in geoscape ( which .c file ) ?

2
Coding / Re: Multitouch table support
« on: June 28, 2012, 02:25:35 pm »
I try to describe the components: The multitouch table has a udp server based on TUIO protokoll. This server is a independend device which sends tracker actions to all conected clients. on my notebook is a client which uses the $1 algorithm to recognize gestures. i implemented a posix shared memory which stores touch events in a ringbuffer. so i have to modifiy the ufo_ai input routines to read events from the shared memory ringbuffer. i hope there is a easy way to do this.

3
Coding / Re: Multitouch table support
« on: June 27, 2012, 11:33:38 pm »
I have compiled it already for ubuntu. but so far, i didnt look deeper into the source code. i only want to change the cursor position or raise a menu via a gesture...

4
Coding / Multitouch table support
« on: June 27, 2012, 10:58:26 pm »
I have to implement a proof of concept for multitouch table input. Because i like the xcom series, i want to do it for this game. it is only a proof of concept, so i have to do it quick and dirty. is there a easy way to simulate mouse input ? ( i planed to use a socket client, which read events from the multitouch server and store the actions in shared memory for the game gui)

thanks in advance

Pages: [1]