]> git.tdb.fi Git - libs/gui.git/commit
Add EventSource abstraction layer below Window
authorMikko Rasa <tdb@tdb.fi>
Sun, 28 Feb 2010 11:28:36 +0000 (11:28 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sun, 28 Feb 2010 11:28:36 +0000 (11:28 +0000)
commit5add89fdd5e5e542ae0e93de2fe9d9b2532c1e07
tree0b0d3d9aa4ed000d9f2628f895c321b9b5514a86
parent9830058dcc69b5fd1930ceee8869e84b84e30b7a
Add EventSource abstraction layer below Window
source/gbase/eventsource.h [new file with mode: 0644]
source/gbase/window.cpp
source/gbase/window.h
source/input/keyboard.cpp
source/input/keyboard.h
source/input/keys.cpp
source/input/keys.h
source/input/mouse.cpp
source/input/mouse.h