The QInputEvent's timestamp() method "Returns the window system's timestamp for this event." The return type is ulong, but the native timestamp on android is int64_t.
Can I get the nanosecond based timestamp for the QInputEvents?
I couldn't find the source code which sets the timestamp on QUinputEvent on android. Where is it?
0 comments:
Post a Comment