Closed MeijisIrlnd closed 3 months ago
Spins a timer on construction of the windows standalone, to handle calls to request_callback. Timer interval is every 8ms (~= 120hz), kills timer in onDestroy.
request_callback
onDestroy
Looks great to me.
Spins a timer on construction of the windows standalone, to handle calls to
request_callback
. Timer interval is every 8ms (~= 120hz), kills timer inonDestroy
.