Hello,

Im trying to make OmegaInput.Mouse to work.

I already have the keyboard and Joystick working.

Mouse problem: The axis are 0...

code:
Input.Update;
Caption := Input.Mouse.X; // Just a test...

(btw: property ForgroundOnly has no effect)

Any sugestions ?