Version: 3.3.0
wxTouchSequenceId Class Reference

#include <wx/event.h>

+ Inheritance diagram for wxTouchSequenceId:

Detailed Description

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.

Since
3.3.0

Public Member Functions

 wxTouchSequenceId ()
 Constructor. More...
 
 wxTouchSequenceId (void *id)
 Constructor. More...
 

Constructor & Destructor Documentation

◆ wxTouchSequenceId() [1/2]

wxTouchSequenceId::wxTouchSequenceId ( )

Constructor.

◆ wxTouchSequenceId() [2/2]

wxTouchSequenceId::wxTouchSequenceId ( void *  id)
explicit

Constructor.