Jump to content

Search the Community

Showing results for tags 'mouse click'.

  • 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 1 result

  1. Suppose I'm trying to trigger a function when mouse left button pressed and I have my game core loop containing 100 lines of code. I have my onClick event handler at line 876 then if game loop is at line say 107 then at that moment if I click button then what happens? Is onClick EventHandler function runs concurrently with my core game loop? Or First event handler function executes and then return back to line 107 and continue executing the game loop? I mean to say is there multithreading like happen or not?
×
×
  • Create New...