Results 1 to 6 of 6

Thread: Omega mouse input not working???

  1. #1
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Omega mouse input not working???

    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 ?
    NecroSOFT - End of line -

  2. #2

    Omega mouse input not working???

    Hello,

    I work with Omegainput, but not with the mouse so I am not sure.

    Try Input.Mouse.Update
    and look into Input.Mouse.States if something is happening.

    firle

  3. #3
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Omega mouse input not working???

    Try Input.Mouse.Update
    is't working, tried already

    Input.Mouse.States
    isn't working either...

    I can make the mouse work with the OnMouseMove, OnMouseDown and OmMouseUp event of a form, but DirectX input is better integrated in my engine
    NecroSOFT - End of line -

  4. #4

    Omega mouse input not working???

    Did you enable input and input.mouse? take a look at all properties, sorry but I didn't use it myself until now...

    In the code, do you have input.update and I don't know, does input.mouse.update exist?

    is the mouse included in any input demo / sample from omega?

    Firle

  5. #5
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Omega mouse input not working???

    Thnxz

    Mouse.Enabled worked

    I thought it would be enabled already

    woohoow
    NecroSOFT - End of line -

  6. #6

    Omega mouse input not working???

    No prob, glad I could help. I hope bobby has his forums up again soon :shock:

    Firle

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •