What message to send to Xlobby to activate an event?

Help each other out

What message to send to Xlobby to activate an event?

Postby alaricljs on Thu Dec 02, 2004 9:48 pm

Hey guys, I am working with a very cool tool ( http://www.autohotkey.com) that allows me to send messages (the windows way)

Their SendMessage format is: SendMessage, Msg , wParam, lParam

If I want to trigger an Xlobby event that has wParam x, and lParam y What should Msg be set to? Either Hex or by name is fine I have the list, I just need to know which one to send to XLobby.

For anyone interested in the point, I'm using it with my IR keyboard and a learning remote to get girder-like functionality on the cheap.


Thanks!
alaricljs
 
Posts: 82
Joined: Wed Nov 17, 2004 6:46 pm

Postby jpoveda on Fri Dec 03, 2004 9:46 am

Hi,

I think you should trigger the event from event manager tab with the wParam and lParam that you want (I.e. 55555 and 1234)
jpoveda
 
Posts: 111
Joined: Mon May 17, 2004 6:45 am
Location: Spain

Postby alaricljs on Fri Dec 03, 2004 3:17 pm

Um yes, exactly, but what type of message am I to send with those parameters?

I'll try WM_USER and hope nothing dies, but there's only like... 100 different possible message types. (probably more)
alaricljs
 
Posts: 82
Joined: Wed Nov 17, 2004 6:46 pm