MCPcopy Create free account
hub / github.com/geekcomputers/Python / get_row_col_mouse

Function get_row_col_mouse

Checker_game_by_dz/first.py:21–25  ·  view source on GitHub ↗
(pos)

Source from the content-addressed store, hash-verified

19
20# get row and col for mouse
21def get_row_col_mouse(pos):
22 x, y = pos
23 row = y // sq_size
24 col = x // sq_size
25 return row, col
26
27
28# main function

Callers 1

first.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected