[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2009-10-26 Thread codesite-noreply
Updates: Labels: -Milestone-1.3 Milestone-2.0 Comment #12 on issue 19 by heuermh: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 Deferring to Milestone-2.0 per email from Steve. -- You received this message beca

[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2009-07-27 Thread codesite-noreply
Updates: Owner: s...@browsecode.org Comment #11 on issue 19 by heuermh: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 (No comment was entered for this change.) -- You received this message because you are liste

[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2009-07-27 Thread codesite-noreply
Comment #10 on issue 19 by heuermh: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 I'd like to go back to the drawing board on this one, so I am rolling back r395 to fix Issue 90 and await further comment. $ svn commi

[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2009-07-23 Thread codesite-noreply
Comment #9 on issue 19 by allain.lalonde: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 Looks like it would work. Except to make it less onerous on the user, we could modify getCamera on PInputEvent to do this. -- Yo

[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2009-07-23 Thread codesite-noreply
Comment #8 on issue 19 by heuermh: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 PInputEvent provides a reference to the canvas through getComponent(). Unfortunately the PComponent interface does not have a getCamera

[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2009-07-23 Thread codesite-noreply
Comment #7 on issue 19 by s...@browsecode.org: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 The reason for this is that when you receive a mouse event you can always guarantee that a camera will be provided to use fo

[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2009-07-23 Thread codesite-noreply
Comment #6 on issue 19 by allain.lalonde: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 With mouse events it makes sense that they are done "through" a PCamera, does the same hold for keyboard events? I guess I don't

[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2009-07-12 Thread codesite-noreply
Updates: Status: Accepted Owner: heuermh Comment #5 on issue 19 by heuermh: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 Re-opening per Issue 90, the original constructor needs to be retained for bina

[piccolo2d-dev] Issue 19 in piccolo2d: PInputEvent does not have camera information for keyboard events.

2008-10-07 Thread codesite-noreply
Issue 19: PInputEvent does not have camera information for keyboard events. http://code.google.com/p/piccolo2d/issues/detail?id=19 Comment #4 by heuermh: Committed to trunk, with modifications (did not commit formatting changes). commit -m "Issue 19 ; added reference to PCamera as PInputEvent in