Kivy with Python tutorial Part 7 - Getting Mouse / Press / Touch Input

preview_player
Показать описание
In this Kivy application development tutorial, we cover how to get touch / mouse information from the user of the application.

Bitcoin donations: 1GV7srgR4NJx4vrk7avCmmVQQrqmv87ty6
Рекомендации по теме
Комментарии
Автор

Dear Mr. Sentdex,
Thank you for your nice videos, I have once question related to the on_touch methods, why are we defining them although we are inheriting the Widget class ? Can't we just use them directly without defining them ?

logicgates
Автор

Awesome and really needed bro thanks. But 1 doubt bro, I want to block the all the touch functions temporarily when some content is loading like, I have added an MDSpinner when its fetching some details from database and at that time, I don't want my users to type in the text fields or click the buttons on the screen. So, how can we do that?

lakshmivallabh
Автор

Nice tutorial! Struggling to work out if there is a way to print ALL touch input rather than just the touch inputs within the Kivy window. Is this do-able?

jonallsop
Автор

Great instruction! I have a question. I want to know the sampling rate of the "pos" in on_touch_move or the pixel resolution that this function can detect. Do you have any idea of that? Thank you!

bingchenli
Автор

Sir., Is there is any possible to do photo editor application in kivy. i did something related to kivy photo editor i did upto openning of camera but i dont know how to bind gallery icon for open our mobile gallery can you suggest me..pls sir

priyangashruthi
Автор

Great work so far!  I wonder what your workflow is like in making these tutorial series?  I've looked into Kivy before.  It takes a lot of time to learn and build a tutorial.  How do you do it?

pacrii
Автор

hi dex i have a question please what is the difference between spos(.., ..) and pos(.., ..) that i get as a return to on_touch_down/up/move?

yasmineguemouria
Автор

so is the Widget essentially a container? like the <div> element in HTML?

jacobgable
Автор

Hey Sentdex, Is there any way to get the status of android screen?
Is the screen is on or off?

susmit
Автор

I'm trying to create a simple function that counts the number of total clicks, but I keep running into errors... Please help me pretty please! :)

devonkaahanui
Автор

Is there any way you can get the mouse position without using the touch (aka if the mouse moves)? I basically just want a mouse listener but can't seem to make it work

dilan
Автор

hi, if i want to attach a widget to the cursor how can i make it?

urielmorales
Автор

sorry to disturb u again but i m having trouble with ur tkinter tutorial i m not used to classes and i have seen all tkinter tutorials from thenewboston (u know him right!) and i know enough to make a notepad program but i cant understand tkinter using classes do u have any suggestions how i can understand it

prashant.singh.
Автор

Off the topic a bit, but I noticed on your shiny new web site at:
that you are using Brython.   Would you be willing to do a video or two on what 
that offers and how you're using it ?

slipthetrap