69
edits
m |
(backend lib patch v1) |
||
Line 82: | Line 82: | ||
* the event manager's pollEvent function will now return the UserAction (it will also fill the event structure for the time being for backwards compatibility) | * the event manager's pollEvent function will now return the UserAction (it will also fill the event structure for the time being for backwards compatibility) | ||
* UserAction class will still have the keyCode field because some engines do check key codes to do smth and some engines also require user text input; | * UserAction class will still have the keyCode field because some engines do check key codes to do smth and some engines also require user text input; | ||
== 2007-07-11 (Wednesday) - first patch == | |||
Today I have created my first backend lib patch! This patch is dealing with the new key mapping architecture. I have added | |||
the buttons.h which similar to keyboard.h but also includes codes for mouse buttons. EventManager class has been modified, and the GenericEventManager was added to provide a base class for specific backend event managers' implementations. |
edits