Documentation ¶
Index ¶
Constants ¶
View Source
const ( TSEVENT_NULL = 0 TSEVENT_PUSH = 1 TSEVENT_RELEASE = 2 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputEvent ¶
type Touchscreen ¶
type Touchscreen struct { Event chan TouchscreenEvent // contains filtered or unexported fields }
func (*Touchscreen) Close ¶
func (f *Touchscreen) Close()
func (*Touchscreen) Open ¶
func (f *Touchscreen) Open(device string)
func (*Touchscreen) Run ¶
func (f *Touchscreen) Run()
type TouchscreenEvent ¶
Click to show internal directories.
Click to hide internal directories.