From: Andy Spencer Date: Sat, 15 Oct 2011 06:20:43 +0000 (+0000) Subject: Add mouse, keyboard, and motion events to GritsObject X-Git-Tag: v0.6~15 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;ds=sidebyside;h=c9c02a03eef667b277d4408f08445fb6dd070263;hp=c9c02a03eef667b277d4408f08445fb6dd070263;p=grits Add mouse, keyboard, and motion events to GritsObject These work by chaining the event from GritsOpenGL up to each individual object, which then emits the callback if it is currently selected (moused over). ---