#include <wx/event.h>
wxTouchSequenceId is a small opaque class that represents the ID of a touch point.
It must hold a unique ID of type void* in its only field and can be converted to and from it.
If the ID is nullptr the wxTouchSequenceId is invalid and wxTouchSequenceId::IsOk will return false.
Public Member Functions | |
wxTouchSequenceId () | |
Constructor. More... | |
wxTouchSequenceId (void *id) | |
Constructor. More... | |
wxTouchSequenceId::wxTouchSequenceId | ( | ) |
Constructor.
|
explicit |
Constructor.