On 28/01/2016 at 04:47, xxxxxxxx wrote:
Hi,
in a GeDialog (same for your iCustomGui) this is roughly how expected it to work:
You check the incoming message:
msg.GetId() == BFM_INPUT
You check the device:
msg.GetInt32(BFM_INPUT_DEVICE) == BFM_INPUT_MOUSE
And then check the channel:
msg.GetInt32(BFM_INPUT_CHANNEL) == BFM_INPUT_MOUSEWHEEL
Seems to work quite well here. If you continue to have this issue, can you please reveal a bit more of your message function?