12
12
13
13
#include "Graphics.h"
14
14
15
+ typedef enum __nfpack TouchInputFlags
16
+ {
17
+ TouchInputFlags_None = 0 ,
18
+ TouchInputFlags_Primary = 16 ,
19
+ TouchInputFlags_Pen = 64 ,
20
+ TouchInputFlags_Palm = 128 ,
21
+ } TouchInputFlags ;
22
+
15
23
struct Library_nanoFramework_Graphics_nanoFramework_UI_RoutedEvent
16
24
{
17
25
static const int FIELD_STATIC___eventCount = 0 ;
@@ -746,13 +754,6 @@ struct Library_nanoFramework_Graphics_nanoFramework_UI_TouchInput
746
754
static const int FIELD__ContactHeight = 6 ;
747
755
748
756
//--//
749
- //_The following was not generated___________
750
- //___________________________________________
751
- static const CLR_UINT32 FLAG__None = 0x00 ;
752
- static const CLR_UINT32 FLAG__Primary = 0x10 ;
753
- static const CLR_UINT32 FLAG__Pen = 0x40 ;
754
- static const CLR_UINT32 FLAG__Palm = 0x80 ;
755
- //___________________________________________
756
757
};
757
758
758
759
struct Library_nanoFramework_Graphics_nanoFramework_UI_Input_TouchDevice
@@ -765,8 +766,8 @@ struct Library_nanoFramework_Graphics_nanoFramework_UI_Input_TouchDevice
765
766
766
767
struct Library_nanoFramework_Graphics_nanoFramework_Runtime_Events_GenericEventEx
767
768
{
768
- static const int FIELD__X = 1 ;
769
- static const int FIELD__Y = 2 ;
769
+ static const int FIELD__X = 6 ;
770
+ static const int FIELD__Y = 7 ;
770
771
771
772
//--//
772
773
};
@@ -849,7 +850,9 @@ struct Library_nanoFramework_Graphics_nanoFramework_UI_I2cConfiguration
849
850
850
851
struct Library_nanoFramework_Graphics_nanoFramework_UI_DisplayControl
851
852
{
852
- static const int FIELD_STATIC___fullScreen = 20 ;
853
+ static const int FIELD_STATIC___maximumBufferSize = 20 ;
854
+ static const int FIELD_STATIC___fullScreen = 21 ;
855
+ static const int FIELD_STATIC___point = 22 ;
853
856
854
857
NANOCLR_NATIVE_DECLARE (get_LongerSide___STATIC__I4 );
855
858
NANOCLR_NATIVE_DECLARE (get_ShorterSide___STATIC__I4 );
@@ -903,19 +906,19 @@ struct Library_nanoFramework_Graphics_nanoFramework_UI_Input_ButtonDevice
903
906
904
907
struct Library_nanoFramework_Graphics_nanoFramework_UI_Input_Buttons
905
908
{
906
- static const int FIELD_STATIC__PreviewButtonDownEvent = 21 ;
907
- static const int FIELD_STATIC__PreviewButtonUpEvent = 22 ;
908
- static const int FIELD_STATIC__ButtonDownEvent = 23 ;
909
- static const int FIELD_STATIC__ButtonUpEvent = 24 ;
910
- static const int FIELD_STATIC__GotFocusEvent = 25 ;
911
- static const int FIELD_STATIC__LostFocusEvent = 26 ;
909
+ static const int FIELD_STATIC__PreviewButtonDownEvent = 23 ;
910
+ static const int FIELD_STATIC__PreviewButtonUpEvent = 24 ;
911
+ static const int FIELD_STATIC__ButtonDownEvent = 25 ;
912
+ static const int FIELD_STATIC__ButtonUpEvent = 26 ;
913
+ static const int FIELD_STATIC__GotFocusEvent = 27 ;
914
+ static const int FIELD_STATIC__LostFocusEvent = 28 ;
912
915
913
916
//--//
914
917
};
915
918
916
919
struct Library_nanoFramework_Graphics_nanoFramework_UI_Input_GenericEvents
917
920
{
918
- static const int FIELD_STATIC__GenericStandardEvent = 27 ;
921
+ static const int FIELD_STATIC__GenericStandardEvent = 29 ;
919
922
920
923
//--//
921
924
};
@@ -964,16 +967,16 @@ struct Library_nanoFramework_Graphics_nanoFramework_UI_Input_RawTouchInputReport
964
967
965
968
struct Library_nanoFramework_Graphics_nanoFramework_UI_Input_TouchCapture
966
969
{
967
- static const int FIELD_STATIC___captureElement = 28 ;
970
+ static const int FIELD_STATIC___captureElement = 30 ;
968
971
969
972
//--//
970
973
};
971
974
972
975
struct Library_nanoFramework_Graphics_nanoFramework_UI_Input_TouchEvents
973
976
{
974
- static const int FIELD_STATIC__TouchDownEvent = 29 ;
975
- static const int FIELD_STATIC__TouchMoveEvent = 30 ;
976
- static const int FIELD_STATIC__TouchUpEvent = 31 ;
977
+ static const int FIELD_STATIC__TouchDownEvent = 31 ;
978
+ static const int FIELD_STATIC__TouchMoveEvent = 32 ;
979
+ static const int FIELD_STATIC__TouchUpEvent = 33 ;
977
980
978
981
//--//
979
982
};
@@ -1018,8 +1021,8 @@ struct Library_nanoFramework_Graphics_nanoFramework_UI_Threading_DispatcherTimer
1018
1021
1019
1022
struct Library_nanoFramework_Graphics_nanoFramework_UI_Touch
1020
1023
{
1021
- static const int FIELD_STATIC___initialized = 32 ;
1022
- static const int FIELD_STATIC___activeTouchPanel = 33 ;
1024
+ static const int FIELD_STATIC___initialized = 34 ;
1025
+ static const int FIELD_STATIC___activeTouchPanel = 35 ;
1023
1026
1024
1027
//--//
1025
1028
};
@@ -1034,10 +1037,10 @@ struct Library_nanoFramework_Graphics_nanoFramework_UI_TouchCollector
1034
1037
1035
1038
struct Library_nanoFramework_Graphics_nanoFramework_UI_TouchCollectorConfiguration
1036
1039
{
1037
- static const int FIELD_STATIC___collectionMode = 34 ;
1038
- static const int FIELD_STATIC___collectionMethod = 35 ;
1039
- static const int FIELD_STATIC___touchCollector = 36 ;
1040
- static const int FIELD_STATIC___collectionBufferSize = 37 ;
1040
+ static const int FIELD_STATIC___collectionMode = 36 ;
1041
+ static const int FIELD_STATIC___collectionMethod = 37 ;
1042
+ static const int FIELD_STATIC___touchCollector = 38 ;
1043
+ static const int FIELD_STATIC___collectionBufferSize = 39 ;
1041
1044
1042
1045
NANOCLR_NATIVE_DECLARE (GetTouchPoints___STATIC__VOID__BYREF_I4__SZARRAY_I2__SZARRAY_I2 );
1043
1046
NANOCLR_NATIVE_DECLARE (
@@ -1050,8 +1053,8 @@ struct Library_nanoFramework_Graphics_nanoFramework_UI_TouchCollectorConfigurati
1050
1053
1051
1054
struct Library_nanoFramework_Graphics_nanoFramework_UI_TouchEvent
1052
1055
{
1053
- static const int FIELD__Time = 1 ;
1054
- static const int FIELD__Touches = 2 ;
1056
+ static const int FIELD__Time = 3 ;
1057
+ static const int FIELD__Touches = 4 ;
1055
1058
1056
1059
//--//
1057
1060
};
0 commit comments