Search found 1 match

by Terryhart
Wed May 09, 2018 6:19 am
Forum: Developer's Forum for Windows
Topic: Getting actions or buttons to work
Replies: 4
Views: 19778

Re: Getting actions or buttons to work

{ if(eventType == "windows_generic_MSG") { const MSG *msg = reinterpret_cast<MSG *>(message); SiGetEventData eData; /* Platform-specific event data */ SiSpwEvent siEvent; /* 3DxWare data event */ SiGetEventWinInit (&eData, msg->message, msg->wParam, msg->lParam); if (SiGetEvent (m_hdl,...