make ctrl+v works in lineEdits

This commit is contained in:
Eduardo Bart
2011-08-28 15:26:57 -03:00
parent ba8f8b889e
commit 65dca53c0f
5 changed files with 30 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
#include <framework/global.h>
//TODO: move the next enums to const.h
enum InputKeyCode {
KC_UNKNOWN = 0x00,
KC_ESCAPE = 0x01,
@@ -196,6 +197,7 @@ enum PlatformEventType {
EventMouseWheelDown = EventMouseAction | EventMouseWheel | EventDown
};
//TODO: rework platform events, make more compatible with UI events
struct PlatformEvent {
int type;
Point mousePos;