Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdoe committed Oct 5, 2023
1 parent a349a99 commit e1c6a1d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Binary file modified projects/panic/cards-small.pdf
Binary file not shown.
Binary file modified projects/panic/cards.pdf
Binary file not shown.
3 changes: 0 additions & 3 deletions projects/panic/cards/text_follow_mouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ def get_cursor_pos():
r = byref(cursor)
windll.user32.GetCursorPos(r)
return (cursor.x, cursor.y)

dc = g.GetDC(0)
text = "Hello?"

while True:
(x,y) = get_cursor_pos()
g.DrawText(dc,
Expand Down

0 comments on commit e1c6a1d

Please sign in to comment.