TouchInfo
from panda3d.core import TouchInfo
- class TouchInfo
Bases:
DTOOL_SUPER_BASE
Stores information for a single touch event.
Inheritance diagram
- TIFDown = 2
- TIFMove = 1
- TIFUp = 4
- TIF_down = 2
- TIF_move = 1
- TIF_up = 4
- __init__(*args, **kwargs)
- getFlags()
C++ Interface: get_flags(const TouchInfo self)
- getId()
C++ Interface: get_id(const TouchInfo self)
- getX()
C++ Interface: get_x(const TouchInfo self)
- getY()
C++ Interface: get_y(const TouchInfo self)
- get_flags()
C++ Interface: get_flags(const TouchInfo self)
- get_id()
C++ Interface: get_id(const TouchInfo self)
- get_x()
C++ Interface: get_x(const TouchInfo self)
- get_y()
C++ Interface: get_y(const TouchInfo self)