make hover, dragging, press and mouse release work in a proper way

This commit is contained in:
Eduardo Bart
2012-02-07 17:21:53 -02:00
parent d6ade5a8e0
commit e51789378a
9 changed files with 332 additions and 106 deletions

View File

@@ -272,7 +272,8 @@ namespace Fw
MiddleState = 256,
LastState = 512,
AlternateState = 1024,
LastWidgetState = 2048,
DraggingState = 2048,
LastWidgetState = 4096
};
enum AppicationFlags {