15 #include "touchInfo.h"
17 TouchInfo::TouchInfo(){
24 int TouchInfo::get_x(){
28 int TouchInfo::get_y(){
32 int TouchInfo::get_id(){
36 int TouchInfo::get_flags(){
40 void TouchInfo::set_x(
int x){
44 void TouchInfo::set_y(
int y){
48 void TouchInfo::set_id(
int id){
52 void TouchInfo::set_flags(
int flags){