Where's that structure defined?

2 posts / 0 new
Last post
OldFart
OldFart's picture
Offline
Last seen: 7 hours 10 min ago
Joined: 2010-11-30 14:09
Where's that structure defined?

Hi,

This tag in autodocs/window_cl mentions 'struct IEvent'. I can't find its specifications anywhere.

WINDOW_InputEvent (struct IEvent *)
Pointer to a "fake" input event which is valid only
immediately after receiving WHMI_RAWKEY. This provides all
the additional information suitable for you to call
MapRawKey(). (V42)

Defaults to NULL.

Applicability is (OM_GET)

Anyone any idea?

OldFart

thomas
thomas's picture
Offline
Last seen: 13 hours 57 min ago
Joined: 2011-05-16 14:23
Re: Where's that structure defined?

I guess they mean struct InputEvent (that's what MapRawKey expects). It's defined in devices/inputevent.h

Log in or register to post comments