Not logged inOpenClonk Forum
Up Topic Multi pointer X (MPX) for multiplaying on same computer

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Günther

> switch (event.type)
> switch(event.xcookie.evtype)


It's more complicated than that. xcookie is part of the "GenericEvent" stuff, which as far as I know is one kind of event.type.

I'm not sure whether we can require XI2 yet. If we can't, we need to keep the core event stuff enabled unconditionally, and XI2 optional at runtime. Otherwise we can just replace it. If we can not even rely on the library being available, we also need to make the XI2 code optional at compile time.

I'm using a hg-git import of the openclonk mercurial repos. If you want to keep using git, you can do that, too, our repositories will be compatible. Otherwise, plain text forum or bugtracker attachments or public mercurial repositories will all do.

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill