Mouse moves etc…

Home Forums General Programming Mouse moves etc…

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #54359
    proton
    Participant
      • Topics: 19
      • Replies: 94
      • Total: 113
      • ★★

      Hi fellas,
      I am in the middle of a project and just realized that some of my methods I assigned to a button aren’t being triggered.
      To be exact I tried “componentLuaMouse -Moved, -Down, -Drag, -DoubleClick” – all to be found in the “Component Generic” part of the General Tab.
      I am using the latest build v5.3.122.
      Shouldn’t my lua methods be triggered by them? Now I am confused a bit.
      Any help is already appreciated!
      Cheers!

      #54389
      zeoka
      Participant
        • Topics: 73
        • Replies: 466
        • Total: 539
        • ★★★

        I would to use them with child components I tried to add to a custom comp
        I thought they are done for components created in lua
        as my components was never visibles I give up with these methods
        I supposed they are ready callbacks so just call them in scripts you need should work….

        #54393
        dasfaker
        Keymaster
          • Topics: 80
          • Replies: 793
          • Total: 873
          • ★★★

          The problem here is that those methods don’t override the default mouse behavior of some modulators. For instance, in combos you can’t use the mouseDown method at all, Juce takes control of mouse actions and the method is ignored.

        Viewing 3 posts - 1 through 3 (of 3 total)
        • The forum ‘Programming’ is closed to new topics and replies.
        There is currently 0 users and 91 guests online
        No users are currently active
        Forum Statistics
        Threads: 2,495, Posts: 17,374, Members: 77,605
        Most users ever online was 12 on January 22, 2019 3:47 pm
        Ctrlr