Posts: 4,237
Threads: 1,361
Joined: Sep 2016
what have you learned recently that impacts your programming in Python or anything else you regularly do?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,237
Threads: 1,361
Joined: Sep 2016
so, what you learn (if anything) does not affect what you do, either at work, or at home, or anywhere else?
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,237
Threads: 1,361
Joined: Sep 2016
can your mouse go offscreen? if it can, do you get an offscreen position? is there a way for the code to change the mouse position.
years ago a friend of mine made a program that took over the mouse and window manager so that every time you click on a window it would move them around so that nothing was under the mouse. if he was around today i'd suggest he do it for the mouse hovering over a window, too.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,237
Threads: 1,361
Joined: Sep 2016
(Jul-20-2022, 10:47 PM)Jan_97 Wrote: There is probably a way, but I do not know how. I'm only using it to move a crosshair to a target that I want to eliminate (I'm making a minigame)
sounds like something i should put in my text editor for python mode.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.