Jump to content

Recommended Posts

Posted (edited)

Hello everyone!

Currently I am implementing clientside web application using React and I attached onDoubleClick event handler to div like that:

<div className='inventory__item' onDoubleClick={ passItemEvent }>

It works as intended in browsers (Chrome, FF) but it seems like in-game CEF doesn't trigger this event. At the same time simple onClick event works fine in both CEF and browsers.

Is this behaviour some CEF issue and if so, how can I workaround it?

Thanks.

Edited by Swald

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...