Commit History

Author SHA1 Message Date
  Marko Pintera 61a6fe1e9d Refactored and renamed Box, Int2, Rect and FRect 12 years ago
  Marko Pintera 3e75d9cf94 Added WIP OS drag and drop functionality 12 years ago
  Marko Pintera 1ee7726962 Added command events to Input, so I can more easily deal with text input commands and command repeat 12 years ago
  Marko Pintera 4f9f37f88d Removed simulated mouse inputs and "mouseUp" hack after window move/resize since it shouldn't really be needed after the input refactor in last revision 12 years ago
  Marko Pintera a0058c8116 Complete overhaul of GUI mouse input. Changed input to work using OS provided data for mouse buttons since I was having trouble with context switching in OIS 12 years ago
  Marko Pintera e217ac68ce Added simulated mouse up event for resize/move events 12 years ago
  Marko Pintera ce39033f5d Completely redone how I handle move/resize events. Now windows just specify non-client areas for move and resize and the rest is left to the OS. 12 years ago
  Marko Pintera 47c8e0df32 Drag and drop manager captures the mouse so drag can now be ended outside of the active application window 12 years ago
  Marko Pintera d65fbbfe0e Moved Cursor and WindowEventUtilities to the new Platform class 12 years ago