Historique des commits

Auteur SHA1 Message Date
  Marko Pintera ebbe4cd225 Hooked up mouse double click from the OS il y a 12 ans
  Marko Pintera 1ee7726962 Added command events to Input, so I can more easily deal with text input commands and command repeat il y a 12 ans
  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 il y a 12 ans
  Marko Pintera 845b629a7e Better handling of mouse click on a non-focused window il y a 12 ans
  Marko Pintera ac2ce32f5b Added methods for dealing with clipboard il y a 12 ans
  Marko Pintera 5f4d53a8b7 Mouse leaving the window is now properly handled by GUIManager and hover states on GUIElements are properly reset il y a 12 ans
  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. il y a 12 ans
  Marko Pintera 47c8e0df32 Drag and drop manager captures the mouse so drag can now be ended outside of the active application window il y a 12 ans
  Marko Pintera 9b36b5e7ea Added window callbacks to Platform instead of calling RenderWindow methods directly il y a 12 ans
  Marko Pintera d65fbbfe0e Moved Cursor and WindowEventUtilities to the new Platform class il y a 12 ans