Johan Vromans wrote:
It seems that Wx;:Event::GetTimestamp always returns zero. Isn't it supposed to return some value?
It's a value that must be explicitly set by the wxWidgets code that creates the event so, like GetEventObject, it isn't always set for all events or for all platforms.
Regards, Mattia