Jump to content

Search the Community

Showing results for tags 'pointermove'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 2 results

  1. Hi, I noticed that after sprite manager component refactoring, cursor change system was removed from scene, and added inside sprite manager but only for sprites, so meshes don't have pointer cursor any more. Is there any other way now to add pointer cursor for active meshes ? Are there any plans to add it back using component system, or pointers will be only for sprites from now ? Thank you.
  2. I was checking the Drag and Drop example in the Playground. It uses the "pointermove" event to capture pointer moves. canvas.addEventListener("pointermove", onPointerMove, false); I eventually also found out that for this to work one you has to include "hand.minified-1.2.js " script too Now BABYLON.Scene provides onPointerDown and onPointerUp properties. Why not a Scene.onPointerMove property? Are there any concerns with using the "pointermove" provided by hand.minified-1.2.js?
×
×
  • Create New...