Hi Mark! Welcome.
and hi everyone.
Ok I have the clases that you said already implemented. In a few moments
I will release them to the cvs.
I have been thinking in the gdk event model and I think it would be
better to continue with the gtk events idea. I'm going to create a
gdk.event subpackage with a GdkEvent base class. KeyboardEvent would
inherit from the GdkEvent class, or maybe from an InputEvent class.
What do you think about this?
GdkEvent
|
InputEvent
|
KeyboardEvent
Or
GdkEvent
|
KeyboardEvent
thank you guys.
PD. Just one more thing, why did you choose to remove de Gdk,Gtk...
prefix from the classes? I think than it makes the code more eye candy
if you work with more frameworks.
Anyway, just a silly thing.
|