mirror of
https://github.com/tsoding/boomer
synced 2024-11-16 12:12:47 +00:00
Add TODO(#16)
This commit is contained in:
parent
daf8c52c91
commit
373460e909
@ -79,7 +79,7 @@ proc motion(x, y: cint) {.cdecl.} =
|
||||
translateX = x.float - anchorX
|
||||
translateY = y.float - anchorY
|
||||
|
||||
# TODO: scaling should be done by scrolling mouse wheel
|
||||
# TODO(#16): scaling should be done by scrolling mouse wheel
|
||||
proc keyboard(c: int8, v1, v2: cint){.cdecl.} =
|
||||
case c
|
||||
of 'w'.ord:
|
||||
|
Loading…
Reference in New Issue
Block a user