S7BHDDEB5NSKB6OAM5HC6J7K73MDFA6BMOHQRRMS24L2AL7UYMDQC
27GDAM5JAYIH6JVNU6KOXXAK5BSEMLMMUFAIT4G7ETGEJ6BEVENQC
UQI34GQFLN3YSDDBVNABM7VX5UKGIDBKD2AWGGEVR4QAMHMPKJ3AC
N2NUGNN4E37TNLC6JZE4H4HKJZPNVBV4VYTLXW57AP5BOU4ZK7LQC
MXXCTVXWP3IBMXYKMORE4TTD2V4Q5WY2QYKUU7TIOU2GWGXDQY3AC
`App.resize`.
`on.resize`.
together will call `App.textinput` with `A`.
together will call `on.textinput` with `A`.
or indirectly within `App.draw`.
or indirectly within `on.draw`.
directly or indirectly within `App.mousepressed`.
directly or indirectly within `on.mouse_press`.
Call this either directly or indirectly from `App.draw`. It will assign a
Call this either directly or indirectly from `on.draw`. It will assign a
Call this either directly or indirectly from `App.mousepressed`. It will
Call this either directly or indirectly from `on.mouse_press`. It will
`mouse_button` is pressed. See `App.mousepressed` for `mouse_button` codes.
`mouse_button` is pressed. See `on.mouse_press` for `mouse_button` codes.