Win32 API 日本語リファレンス
ホームUI.TabletPC › InkApplicationGesture

InkApplicationGesture

列挙型
基底型i4

メンバー 44

名前10進16進
IAG_AllGestures00x0
IAG_NoGesture614400xF000
IAG_Scratchout614410xF001
IAG_Triangle614420xF002
IAG_Square614430xF003
IAG_Star614440xF004
IAG_Check614450xF005
IAG_Curlicue614560xF010
IAG_DoubleCurlicue614570xF011
IAG_Circle614720xF020
IAG_DoubleCircle614730xF021
IAG_SemiCircleLeft614800xF028
IAG_SemiCircleRight614810xF029
IAG_ChevronUp614880xF030
IAG_ChevronDown614890xF031
IAG_ChevronLeft614900xF032
IAG_ChevronRight614910xF033
IAG_ArrowUp614960xF038
IAG_ArrowDown614970xF039
IAG_ArrowLeft614980xF03A
IAG_ArrowRight614990xF03B
IAG_Up615280xF058
IAG_Down615290xF059
IAG_Left615300xF05A
IAG_Right615310xF05B
IAG_UpDown615360xF060
IAG_DownUp615370xF061
IAG_LeftRight615380xF062
IAG_RightLeft615390xF063
IAG_UpLeftLong615400xF064
IAG_UpRightLong615410xF065
IAG_DownLeftLong615420xF066
IAG_DownRightLong615430xF067
IAG_UpLeft615440xF068
IAG_UpRight615450xF069
IAG_DownLeft615460xF06A
IAG_DownRight615470xF06B
IAG_LeftUp615480xF06C
IAG_LeftDown615490xF06D
IAG_RightUp615500xF06E
IAG_RightDown615510xF06F
IAG_Exclamation616040xF0A4
IAG_Tap616800xF0F0
IAG_DoubleTap616810xF0F1

各言語での定義

列挙メンバーの定義。HSP タブは #define global(値は16進)。

typedef enum InkApplicationGesture : int {
    IAG_AllGestures = 0,
    IAG_NoGesture = 61440,
    IAG_Scratchout = 61441,
    IAG_Triangle = 61442,
    IAG_Square = 61443,
    IAG_Star = 61444,
    IAG_Check = 61445,
    IAG_Curlicue = 61456,
    IAG_DoubleCurlicue = 61457,
    IAG_Circle = 61472,
    IAG_DoubleCircle = 61473,
    IAG_SemiCircleLeft = 61480,
    IAG_SemiCircleRight = 61481,
    IAG_ChevronUp = 61488,
    IAG_ChevronDown = 61489,
    IAG_ChevronLeft = 61490,
    IAG_ChevronRight = 61491,
    IAG_ArrowUp = 61496,
    IAG_ArrowDown = 61497,
    IAG_ArrowLeft = 61498,
    IAG_ArrowRight = 61499,
    IAG_Up = 61528,
    IAG_Down = 61529,
    IAG_Left = 61530,
    IAG_Right = 61531,
    IAG_UpDown = 61536,
    IAG_DownUp = 61537,
    IAG_LeftRight = 61538,
    IAG_RightLeft = 61539,
    IAG_UpLeftLong = 61540,
    IAG_UpRightLong = 61541,
    IAG_DownLeftLong = 61542,
    IAG_DownRightLong = 61543,
    IAG_UpLeft = 61544,
    IAG_UpRight = 61545,
    IAG_DownLeft = 61546,
    IAG_DownRight = 61547,
    IAG_LeftUp = 61548,
    IAG_LeftDown = 61549,
    IAG_RightUp = 61550,
    IAG_RightDown = 61551,
    IAG_Exclamation = 61604,
    IAG_Tap = 61680,
    IAG_DoubleTap = 61681
} InkApplicationGesture;
public enum InkApplicationGesture : int
{
    IAG_AllGestures = 0,
    IAG_NoGesture = 61440,
    IAG_Scratchout = 61441,
    IAG_Triangle = 61442,
    IAG_Square = 61443,
    IAG_Star = 61444,
    IAG_Check = 61445,
    IAG_Curlicue = 61456,
    IAG_DoubleCurlicue = 61457,
    IAG_Circle = 61472,
    IAG_DoubleCircle = 61473,
    IAG_SemiCircleLeft = 61480,
    IAG_SemiCircleRight = 61481,
    IAG_ChevronUp = 61488,
    IAG_ChevronDown = 61489,
    IAG_ChevronLeft = 61490,
    IAG_ChevronRight = 61491,
    IAG_ArrowUp = 61496,
    IAG_ArrowDown = 61497,
    IAG_ArrowLeft = 61498,
    IAG_ArrowRight = 61499,
    IAG_Up = 61528,
    IAG_Down = 61529,
    IAG_Left = 61530,
    IAG_Right = 61531,
    IAG_UpDown = 61536,
    IAG_DownUp = 61537,
    IAG_LeftRight = 61538,
    IAG_RightLeft = 61539,
    IAG_UpLeftLong = 61540,
    IAG_UpRightLong = 61541,
    IAG_DownLeftLong = 61542,
    IAG_DownRightLong = 61543,
    IAG_UpLeft = 61544,
    IAG_UpRight = 61545,
    IAG_DownLeft = 61546,
    IAG_DownRight = 61547,
    IAG_LeftUp = 61548,
    IAG_LeftDown = 61549,
    IAG_RightUp = 61550,
    IAG_RightDown = 61551,
    IAG_Exclamation = 61604,
    IAG_Tap = 61680,
    IAG_DoubleTap = 61681,
}
Public Enum InkApplicationGesture As Integer
    IAG_AllGestures = 0
    IAG_NoGesture = 61440
    IAG_Scratchout = 61441
    IAG_Triangle = 61442
    IAG_Square = 61443
    IAG_Star = 61444
    IAG_Check = 61445
    IAG_Curlicue = 61456
    IAG_DoubleCurlicue = 61457
    IAG_Circle = 61472
    IAG_DoubleCircle = 61473
    IAG_SemiCircleLeft = 61480
    IAG_SemiCircleRight = 61481
    IAG_ChevronUp = 61488
    IAG_ChevronDown = 61489
    IAG_ChevronLeft = 61490
    IAG_ChevronRight = 61491
    IAG_ArrowUp = 61496
    IAG_ArrowDown = 61497
    IAG_ArrowLeft = 61498
    IAG_ArrowRight = 61499
    IAG_Up = 61528
    IAG_Down = 61529
    IAG_Left = 61530
    IAG_Right = 61531
    IAG_UpDown = 61536
    IAG_DownUp = 61537
    IAG_LeftRight = 61538
    IAG_RightLeft = 61539
    IAG_UpLeftLong = 61540
    IAG_UpRightLong = 61541
    IAG_DownLeftLong = 61542
    IAG_DownRightLong = 61543
    IAG_UpLeft = 61544
    IAG_UpRight = 61545
    IAG_DownLeft = 61546
    IAG_DownRight = 61547
    IAG_LeftUp = 61548
    IAG_LeftDown = 61549
    IAG_RightUp = 61550
    IAG_RightDown = 61551
    IAG_Exclamation = 61604
    IAG_Tap = 61680
    IAG_DoubleTap = 61681
End Enum
import enum

class InkApplicationGesture(enum.IntEnum):
    IAG_AllGestures = 0
    IAG_NoGesture = 61440
    IAG_Scratchout = 61441
    IAG_Triangle = 61442
    IAG_Square = 61443
    IAG_Star = 61444
    IAG_Check = 61445
    IAG_Curlicue = 61456
    IAG_DoubleCurlicue = 61457
    IAG_Circle = 61472
    IAG_DoubleCircle = 61473
    IAG_SemiCircleLeft = 61480
    IAG_SemiCircleRight = 61481
    IAG_ChevronUp = 61488
    IAG_ChevronDown = 61489
    IAG_ChevronLeft = 61490
    IAG_ChevronRight = 61491
    IAG_ArrowUp = 61496
    IAG_ArrowDown = 61497
    IAG_ArrowLeft = 61498
    IAG_ArrowRight = 61499
    IAG_Up = 61528
    IAG_Down = 61529
    IAG_Left = 61530
    IAG_Right = 61531
    IAG_UpDown = 61536
    IAG_DownUp = 61537
    IAG_LeftRight = 61538
    IAG_RightLeft = 61539
    IAG_UpLeftLong = 61540
    IAG_UpRightLong = 61541
    IAG_DownLeftLong = 61542
    IAG_DownRightLong = 61543
    IAG_UpLeft = 61544
    IAG_UpRight = 61545
    IAG_DownLeft = 61546
    IAG_DownRight = 61547
    IAG_LeftUp = 61548
    IAG_LeftDown = 61549
    IAG_RightUp = 61550
    IAG_RightDown = 61551
    IAG_Exclamation = 61604
    IAG_Tap = 61680
    IAG_DoubleTap = 61681
// InkApplicationGesture
pub const IAG_AllGestures: i32 = 0;
pub const IAG_NoGesture: i32 = 61440;
pub const IAG_Scratchout: i32 = 61441;
pub const IAG_Triangle: i32 = 61442;
pub const IAG_Square: i32 = 61443;
pub const IAG_Star: i32 = 61444;
pub const IAG_Check: i32 = 61445;
pub const IAG_Curlicue: i32 = 61456;
pub const IAG_DoubleCurlicue: i32 = 61457;
pub const IAG_Circle: i32 = 61472;
pub const IAG_DoubleCircle: i32 = 61473;
pub const IAG_SemiCircleLeft: i32 = 61480;
pub const IAG_SemiCircleRight: i32 = 61481;
pub const IAG_ChevronUp: i32 = 61488;
pub const IAG_ChevronDown: i32 = 61489;
pub const IAG_ChevronLeft: i32 = 61490;
pub const IAG_ChevronRight: i32 = 61491;
pub const IAG_ArrowUp: i32 = 61496;
pub const IAG_ArrowDown: i32 = 61497;
pub const IAG_ArrowLeft: i32 = 61498;
pub const IAG_ArrowRight: i32 = 61499;
pub const IAG_Up: i32 = 61528;
pub const IAG_Down: i32 = 61529;
pub const IAG_Left: i32 = 61530;
pub const IAG_Right: i32 = 61531;
pub const IAG_UpDown: i32 = 61536;
pub const IAG_DownUp: i32 = 61537;
pub const IAG_LeftRight: i32 = 61538;
pub const IAG_RightLeft: i32 = 61539;
pub const IAG_UpLeftLong: i32 = 61540;
pub const IAG_UpRightLong: i32 = 61541;
pub const IAG_DownLeftLong: i32 = 61542;
pub const IAG_DownRightLong: i32 = 61543;
pub const IAG_UpLeft: i32 = 61544;
pub const IAG_UpRight: i32 = 61545;
pub const IAG_DownLeft: i32 = 61546;
pub const IAG_DownRight: i32 = 61547;
pub const IAG_LeftUp: i32 = 61548;
pub const IAG_LeftDown: i32 = 61549;
pub const IAG_RightUp: i32 = 61550;
pub const IAG_RightDown: i32 = 61551;
pub const IAG_Exclamation: i32 = 61604;
pub const IAG_Tap: i32 = 61680;
pub const IAG_DoubleTap: i32 = 61681;
// InkApplicationGesture
const (
	IAG_AllGestures int32 = 0
	IAG_NoGesture int32 = 61440
	IAG_Scratchout int32 = 61441
	IAG_Triangle int32 = 61442
	IAG_Square int32 = 61443
	IAG_Star int32 = 61444
	IAG_Check int32 = 61445
	IAG_Curlicue int32 = 61456
	IAG_DoubleCurlicue int32 = 61457
	IAG_Circle int32 = 61472
	IAG_DoubleCircle int32 = 61473
	IAG_SemiCircleLeft int32 = 61480
	IAG_SemiCircleRight int32 = 61481
	IAG_ChevronUp int32 = 61488
	IAG_ChevronDown int32 = 61489
	IAG_ChevronLeft int32 = 61490
	IAG_ChevronRight int32 = 61491
	IAG_ArrowUp int32 = 61496
	IAG_ArrowDown int32 = 61497
	IAG_ArrowLeft int32 = 61498
	IAG_ArrowRight int32 = 61499
	IAG_Up int32 = 61528
	IAG_Down int32 = 61529
	IAG_Left int32 = 61530
	IAG_Right int32 = 61531
	IAG_UpDown int32 = 61536
	IAG_DownUp int32 = 61537
	IAG_LeftRight int32 = 61538
	IAG_RightLeft int32 = 61539
	IAG_UpLeftLong int32 = 61540
	IAG_UpRightLong int32 = 61541
	IAG_DownLeftLong int32 = 61542
	IAG_DownRightLong int32 = 61543
	IAG_UpLeft int32 = 61544
	IAG_UpRight int32 = 61545
	IAG_DownLeft int32 = 61546
	IAG_DownRight int32 = 61547
	IAG_LeftUp int32 = 61548
	IAG_LeftDown int32 = 61549
	IAG_RightUp int32 = 61550
	IAG_RightDown int32 = 61551
	IAG_Exclamation int32 = 61604
	IAG_Tap int32 = 61680
	IAG_DoubleTap int32 = 61681
)
const
  IAG_AllGestures = 0;
  IAG_NoGesture = 61440;
  IAG_Scratchout = 61441;
  IAG_Triangle = 61442;
  IAG_Square = 61443;
  IAG_Star = 61444;
  IAG_Check = 61445;
  IAG_Curlicue = 61456;
  IAG_DoubleCurlicue = 61457;
  IAG_Circle = 61472;
  IAG_DoubleCircle = 61473;
  IAG_SemiCircleLeft = 61480;
  IAG_SemiCircleRight = 61481;
  IAG_ChevronUp = 61488;
  IAG_ChevronDown = 61489;
  IAG_ChevronLeft = 61490;
  IAG_ChevronRight = 61491;
  IAG_ArrowUp = 61496;
  IAG_ArrowDown = 61497;
  IAG_ArrowLeft = 61498;
  IAG_ArrowRight = 61499;
  IAG_Up = 61528;
  IAG_Down = 61529;
  IAG_Left = 61530;
  IAG_Right = 61531;
  IAG_UpDown = 61536;
  IAG_DownUp = 61537;
  IAG_LeftRight = 61538;
  IAG_RightLeft = 61539;
  IAG_UpLeftLong = 61540;
  IAG_UpRightLong = 61541;
  IAG_DownLeftLong = 61542;
  IAG_DownRightLong = 61543;
  IAG_UpLeft = 61544;
  IAG_UpRight = 61545;
  IAG_DownLeft = 61546;
  IAG_DownRight = 61547;
  IAG_LeftUp = 61548;
  IAG_LeftDown = 61549;
  IAG_RightUp = 61550;
  IAG_RightDown = 61551;
  IAG_Exclamation = 61604;
  IAG_Tap = 61680;
  IAG_DoubleTap = 61681;
// InkApplicationGesture
pub const IAG_AllGestures: i32 = 0;
pub const IAG_NoGesture: i32 = 61440;
pub const IAG_Scratchout: i32 = 61441;
pub const IAG_Triangle: i32 = 61442;
pub const IAG_Square: i32 = 61443;
pub const IAG_Star: i32 = 61444;
pub const IAG_Check: i32 = 61445;
pub const IAG_Curlicue: i32 = 61456;
pub const IAG_DoubleCurlicue: i32 = 61457;
pub const IAG_Circle: i32 = 61472;
pub const IAG_DoubleCircle: i32 = 61473;
pub const IAG_SemiCircleLeft: i32 = 61480;
pub const IAG_SemiCircleRight: i32 = 61481;
pub const IAG_ChevronUp: i32 = 61488;
pub const IAG_ChevronDown: i32 = 61489;
pub const IAG_ChevronLeft: i32 = 61490;
pub const IAG_ChevronRight: i32 = 61491;
pub const IAG_ArrowUp: i32 = 61496;
pub const IAG_ArrowDown: i32 = 61497;
pub const IAG_ArrowLeft: i32 = 61498;
pub const IAG_ArrowRight: i32 = 61499;
pub const IAG_Up: i32 = 61528;
pub const IAG_Down: i32 = 61529;
pub const IAG_Left: i32 = 61530;
pub const IAG_Right: i32 = 61531;
pub const IAG_UpDown: i32 = 61536;
pub const IAG_DownUp: i32 = 61537;
pub const IAG_LeftRight: i32 = 61538;
pub const IAG_RightLeft: i32 = 61539;
pub const IAG_UpLeftLong: i32 = 61540;
pub const IAG_UpRightLong: i32 = 61541;
pub const IAG_DownLeftLong: i32 = 61542;
pub const IAG_DownRightLong: i32 = 61543;
pub const IAG_UpLeft: i32 = 61544;
pub const IAG_UpRight: i32 = 61545;
pub const IAG_DownLeft: i32 = 61546;
pub const IAG_DownRight: i32 = 61547;
pub const IAG_LeftUp: i32 = 61548;
pub const IAG_LeftDown: i32 = 61549;
pub const IAG_RightUp: i32 = 61550;
pub const IAG_RightDown: i32 = 61551;
pub const IAG_Exclamation: i32 = 61604;
pub const IAG_Tap: i32 = 61680;
pub const IAG_DoubleTap: i32 = 61681;
const
  IAG_AllGestures* = 0
  IAG_NoGesture* = 61440
  IAG_Scratchout* = 61441
  IAG_Triangle* = 61442
  IAG_Square* = 61443
  IAG_Star* = 61444
  IAG_Check* = 61445
  IAG_Curlicue* = 61456
  IAG_DoubleCurlicue* = 61457
  IAG_Circle* = 61472
  IAG_DoubleCircle* = 61473
  IAG_SemiCircleLeft* = 61480
  IAG_SemiCircleRight* = 61481
  IAG_ChevronUp* = 61488
  IAG_ChevronDown* = 61489
  IAG_ChevronLeft* = 61490
  IAG_ChevronRight* = 61491
  IAG_ArrowUp* = 61496
  IAG_ArrowDown* = 61497
  IAG_ArrowLeft* = 61498
  IAG_ArrowRight* = 61499
  IAG_Up* = 61528
  IAG_Down* = 61529
  IAG_Left* = 61530
  IAG_Right* = 61531
  IAG_UpDown* = 61536
  IAG_DownUp* = 61537
  IAG_LeftRight* = 61538
  IAG_RightLeft* = 61539
  IAG_UpLeftLong* = 61540
  IAG_UpRightLong* = 61541
  IAG_DownLeftLong* = 61542
  IAG_DownRightLong* = 61543
  IAG_UpLeft* = 61544
  IAG_UpRight* = 61545
  IAG_DownLeft* = 61546
  IAG_DownRight* = 61547
  IAG_LeftUp* = 61548
  IAG_LeftDown* = 61549
  IAG_RightUp* = 61550
  IAG_RightDown* = 61551
  IAG_Exclamation* = 61604
  IAG_Tap* = 61680
  IAG_DoubleTap* = 61681
enum InkApplicationGesture : int {
    IAG_AllGestures = 0,
    IAG_NoGesture = 61440,
    IAG_Scratchout = 61441,
    IAG_Triangle = 61442,
    IAG_Square = 61443,
    IAG_Star = 61444,
    IAG_Check = 61445,
    IAG_Curlicue = 61456,
    IAG_DoubleCurlicue = 61457,
    IAG_Circle = 61472,
    IAG_DoubleCircle = 61473,
    IAG_SemiCircleLeft = 61480,
    IAG_SemiCircleRight = 61481,
    IAG_ChevronUp = 61488,
    IAG_ChevronDown = 61489,
    IAG_ChevronLeft = 61490,
    IAG_ChevronRight = 61491,
    IAG_ArrowUp = 61496,
    IAG_ArrowDown = 61497,
    IAG_ArrowLeft = 61498,
    IAG_ArrowRight = 61499,
    IAG_Up = 61528,
    IAG_Down = 61529,
    IAG_Left = 61530,
    IAG_Right = 61531,
    IAG_UpDown = 61536,
    IAG_DownUp = 61537,
    IAG_LeftRight = 61538,
    IAG_RightLeft = 61539,
    IAG_UpLeftLong = 61540,
    IAG_UpRightLong = 61541,
    IAG_DownLeftLong = 61542,
    IAG_DownRightLong = 61543,
    IAG_UpLeft = 61544,
    IAG_UpRight = 61545,
    IAG_DownLeft = 61546,
    IAG_DownRight = 61547,
    IAG_LeftUp = 61548,
    IAG_LeftDown = 61549,
    IAG_RightUp = 61550,
    IAG_RightDown = 61551,
    IAG_Exclamation = 61604,
    IAG_Tap = 61680,
    IAG_DoubleTap = 61681,
}
#define global IAG_AllGestures     0x0
#define global IAG_NoGesture       0xF000
#define global IAG_Scratchout      0xF001
#define global IAG_Triangle        0xF002
#define global IAG_Square          0xF003
#define global IAG_Star            0xF004
#define global IAG_Check           0xF005
#define global IAG_Curlicue        0xF010
#define global IAG_DoubleCurlicue  0xF011
#define global IAG_Circle          0xF020
#define global IAG_DoubleCircle    0xF021
#define global IAG_SemiCircleLeft  0xF028
#define global IAG_SemiCircleRight 0xF029
#define global IAG_ChevronUp       0xF030
#define global IAG_ChevronDown     0xF031
#define global IAG_ChevronLeft     0xF032
#define global IAG_ChevronRight    0xF033
#define global IAG_ArrowUp         0xF038
#define global IAG_ArrowDown       0xF039
#define global IAG_ArrowLeft       0xF03A
#define global IAG_ArrowRight      0xF03B
#define global IAG_Up              0xF058
#define global IAG_Down            0xF059
#define global IAG_Left            0xF05A
#define global IAG_Right           0xF05B
#define global IAG_UpDown          0xF060
#define global IAG_DownUp          0xF061
#define global IAG_LeftRight       0xF062
#define global IAG_RightLeft       0xF063
#define global IAG_UpLeftLong      0xF064
#define global IAG_UpRightLong     0xF065
#define global IAG_DownLeftLong    0xF066
#define global IAG_DownRightLong   0xF067
#define global IAG_UpLeft          0xF068
#define global IAG_UpRight         0xF069
#define global IAG_DownLeft        0xF06A
#define global IAG_DownRight       0xF06B
#define global IAG_LeftUp          0xF06C
#define global IAG_LeftDown        0xF06D
#define global IAG_RightUp         0xF06E
#define global IAG_RightDown       0xF06F
#define global IAG_Exclamation     0xF0A4
#define global IAG_Tap             0xF0F0
#define global IAG_DoubleTap       0xF0F1