jsk_gui_msgs/TouchEvent Message

File: jsk_gui_msgs/TouchEvent.msg

Raw Message Definition

byte DOWN=0
byte UP=1
byte MOVE=2

byte state
float32 x
float32 y
float32 w
float32 h

Compact Message Definition

byte DOWN=0
byte UP=1
byte MOVE=2
byte state
float32 x
float32 y
float32 w
float32 h