thomthom / SKUI

Ruby wrapper of classes that maps to GUI controls in SketchUp's UI::WebDialogs
MIT License
26 stars 14 forks source link

Review common events. #32

Open thomthom opened 11 years ago

thomthom commented 11 years ago

Some events such as mouse clicks is probably useful for all controls. Mouse move, mouse enter/leave.

thomthom commented 11 years ago

Provide the WebDialog with a list of attached events for each control. That way the WebDialog can avoid forwarding events to Ruby that are not listened to.