Skip to content
Discussion options

You must be logged in to vote

I found it. The cause for this issue was due to my initialization order in the osgQt constructor. It seems to have affected an internal timer which broke the methods below
osgGA::GUIEventAdapter* keyRelease(int key, int unmodifiedKey = 0) { return keyRelease(key, getTime(), unmodifiedKey); }
osgGA::GUIEventAdapter* keyPress(int key, double time, int unmodifiedKey = 0);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by user-1199
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant