mirror of https://github.com/kivy/kivy.git
5fb11bf400
* WindowBase: Added on_drop_begin, on_droptext and on_drop_end events. * WindowBase: Renamed on_dropfile event/method to on_drop_file. * WindowSDL: Dispatching mouse pos with dropbegin event. * WindowBase: Updated docs for on_drop_xxx events. * WindowBase: Removed code from on_drop_file method. * WindowBase: Updated docs for on_drop_begin and on_drop_end events. * WindowSDL: Updated _mouse_(x|y) attributes on dropbegin event. * SDL2: Change return type from Uint8 to Uint32 for mouse state functions to match their signature from SDL_mouse.h. * WindowSDL: Update mouse_pos value and dispatch of on_cursor_enter event. * WindowBase: Use same type for mouse_pos (tuple) and _density (float) properties. * WindowBase: Passing window relative mouse pos in on_drop_begin event and skip mousewheel if the cursor pos is not within the window size. |
||
---|---|---|
.. | ||
clipboard.py | ||
custom_titlebar.py | ||
imagesave.py | ||
joystick.py | ||
multiple_dropfile.py | ||
on_textedit_event.py | ||
shapecollisions.py | ||
shapedwindow.py | ||
two_panes.py | ||
urlrequest.py |