Get position of the crosshair within a Directx game in python -


i have gotten in trying program ai play game after watching "python plays gta5" (https://youtu.be/ks4mpfmq8aq) makes self driving car. since not want directly copy want learn how implement in tf2 source game. problem game played in first person , need mouse position within game in order train shoot. have tried win32 in order mouse position returns mouse in middle of screen. there possible way position of crosshair?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -