]> Pileus Git - grits/commit - src/objects/grits-object.h
Add mouse, keyboard, and motion events to GritsObject
authorAndy Spencer <andy753421@gmail.com>
Sat, 15 Oct 2011 06:20:43 +0000 (06:20 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 15 Oct 2011 06:20:43 +0000 (06:20 +0000)
commitc9c02a03eef667b277d4408f08445fb6dd070263
treeb75c6b39e8d4d3984f49b3a34c9d1870b4021fe4
parent1d0635977583ad84faaa1978f1fd78fa3ec83052
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).
src/grits-opengl.c
src/objects/grits-object.c
src/objects/grits-object.h