adjust app type by adding arrowX and arrowY integer fields, and subsequent refactoring, as preparation for being able to draw with arrow keys
This commit is contained in:
@@ -24,6 +24,8 @@ struct
|
||||
, mouseX = 0.0
|
||||
, mouseY = 0.0
|
||||
, showGraph = true
|
||||
, arrowX = 0
|
||||
, arrowY = 0
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user