Ignore:
Timestamp:
Nov 25, 2011, 12:30:26 AM (12 years ago)
Author:
sam
Message:

nacl: quick and dirty mouse support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/platform/nacl/nacl_instance.h

    r1084 r1087  
    3737  //void InitializeMethods(ScriptingBridge* bridge);
    3838
     39
    3940  // Called to draw the contents of the module's browser area.
    40   void DrawSelf();
     41    virtual bool HandleInputEvent(const pp::InputEvent& event);
    4142
    42 // private:
    43   // Browser connectivity and scripting support.
    44 //  ScriptingBridge scripting_bridge_;
     43    void DrawSelf();
    4544
    46   SharedOpenGLContext opengl_context_;
     45    SharedOpenGLContext opengl_context_;
    4746
    4847    ivec2 m_size;
Note: See TracChangeset for help on using the changeset viewer.