~diresu/blender/blender-command-port-002

« back to all changes in this revision

Viewing changes to source/gameengine/GameLogic/SCA_PythonMouse.cpp

  • Committer: Dietrich Bollmann
  • Date: 2010-07-23 08:21:44 UTC
  • mfrom: (15474.1.5025)
  • Revision ID: dietrich@formgames.org-20100723082144-24nrn8oku0115pwh
Update to state of blender repository from 2010-07-23 revision 30644.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
SCA_PythonMouse::SCA_PythonMouse(SCA_IInputDevice* mouse, RAS_ICanvas* canvas)
34
34
: PyObjectPlus(),
35
 
m_canvas(canvas),
36
 
m_mouse(mouse)
 
35
m_mouse(mouse),
 
36
m_canvas(canvas)
37
37
{
38
38
}
39
39