Posting custom events?

BlitzMax Forums/BlitzMax Beginners Area/Posting custom events?

blackwater(Posted 2011) [#1]
Is it possible to make your own event types and post them in the que? I tried posting an event_timertick but get a message saying can't convert int to Tevent. I'm going to assume event_timertick is just a const int.

Anyone be kind enough to explain? :)


ima747(Posted 2011) [#2]
AllocUserEventId() is what you want to look into