Touch Factory: Factory of touch providers.

Touch Factory: Factory of touch providers.

class pymt.input.factory.TouchFactory

Touch factory is a class who register all availables input factories. If you create a new input factory, don’t forget to register it

TouchFactory.register('myproviderid', MyInputProvider)
static get(name)

Get a provider class from provider id

static list()

Get a list of all providers availables

static register(name, classname)

Register a input provider in the database

Previous topic

WM_TOUCH: Support of WM_TOUCH message (Window platform)

Next topic

Touch Provider: Abstract class for a provider

This Page