Jump to content

How to access the default InteractionManager


xetra11
 Share

Recommended Posts

Hey Guys,

I wonder how to access the default initalized InteractionManager?
Referring to this thread: 

There seems to be a InteractionManager already initialized. I have the same problem like the threadstarter in the referred thread. My events are registered two times since I have initalized my own InteractionManager to change the defaultCursorStyle.

How can I access the interactionmanager created by PIXI?

Link to comment
Share on other sites

27 minutes ago, themoonrat said:

Something like

renderer.plugins.interation

I believe :)

thank you! It is the right one.

Sadly it is not possible to set the defaultCursorStyle to "crosshair". It actually worked but there was not change to the cursor like when I use the same property value for a InteractionManager instance I defined by myself. Is there some kind of  "setup()" function I need to call so the changes will apply?

Link to comment
Share on other sites

9 hours ago, themoonrat said:

I'm sorry, I'm not sure I understand.

renderer.plugins.interaction.defaultCursorStyle = 'crosshair';

Changes the cursor to the crosshair by default, which works here and you say works. So far so good! 

What is it you want to happen from here that isn't happening? 

hey there,

It works in regards of not duplicating event bindings. But it does NOT work in regards of rendering the new cursor style. It is still the same. As I debugged the property 'defaultCursorStyle' it said "crosshair" but it just did not rendered the crosshair cursor.

I posted the same issue on Stackoverflow in more readable way I think. If you still did not understand what my problem is you can take a look there: http://stackoverflow.com/questions/40279317/change-default-cursor-style-in-pixi-js

 

Thanks for your help so far

 

Charlie

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

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