modules/graphics/src/main/native-glass/win/Utils.h

Print this page




 485     } CommonDialogs;
 486     struct {
 487         jmethodID run;
 488     } Runnable; 
 489     struct {
 490         jmethodID add;
 491     } List;
 492     struct {
 493         jmethodID gesturePerformedMID;
 494         jmethodID inertiaGestureFinishedMID;
 495         jmethodID notifyBeginTouchEventMID;
 496         jmethodID notifyNextTouchEventMID;
 497         jmethodID notifyEndTouchEventMID;
 498     } Gestures;
 499     struct {
 500         jmethodID init;
 501         jmethodID notifySettingsChanged;
 502     } Screen;
 503     struct {
 504         jmethodID reportExceptionMID;

 505     } Application;
 506 } JavaIDs;
 507 
 508 extern JavaIDs javaIDs;
 509 
 510 
 511 #endif //_GLASS_UTILS_
 512 


 485     } CommonDialogs;
 486     struct {
 487         jmethodID run;
 488     } Runnable; 
 489     struct {
 490         jmethodID add;
 491     } List;
 492     struct {
 493         jmethodID gesturePerformedMID;
 494         jmethodID inertiaGestureFinishedMID;
 495         jmethodID notifyBeginTouchEventMID;
 496         jmethodID notifyNextTouchEventMID;
 497         jmethodID notifyEndTouchEventMID;
 498     } Gestures;
 499     struct {
 500         jmethodID init;
 501         jmethodID notifySettingsChanged;
 502     } Screen;
 503     struct {
 504         jmethodID reportExceptionMID;
 505         jmethodID notifyThemeChangedMID;
 506     } Application;
 507 } JavaIDs;
 508 
 509 extern JavaIDs javaIDs;
 510 
 511 
 512 #endif //_GLASS_UTILS_
 513