Android : Qt's QInputEvent timestamp: ulong vs int64_t on android

on Monday, September 15, 2014


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