kivy/examples/miscellaneous
Filip Radović 5fb11bf400
WindowBase: Add on_drop_begin, on_droptext and on_drop_end events (#7786)
* 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.
2022-02-07 01:34:47 -05:00
..
clipboard.py Fix clipboard example 2017-01-04 18:51:18 +01:00
custom_titlebar.py Added Custom titlebar support (#7637) 2021-09-28 22:00:36 +02:00
imagesave.py add missing end of line 2019-02-01 20:51:08 +01:00
joystick.py Update joystick example 2018-05-21 19:16:29 +02:00
multiple_dropfile.py WindowBase: Add on_drop_begin, on_droptext and on_drop_end events (#7786) 2022-02-07 01:34:47 -05:00
on_textedit_event.py Add on_textedit event to SDL2 Window (#5597) 2018-05-08 20:59:18 +02:00
shapecollisions.py Fix shapecollisions example for py2 2017-05-13 00:37:38 +02:00
shapedwindow.py PEP8 fixes 2017-07-01 09:20:59 +02:00
two_panes.py Fix for pep8 errors (#4815) 2016-12-17 09:50:52 +02:00
urlrequest.py PEP8 fix 2018-08-20 18:19:39 +02:00