ホーム › UI.TabletPC › RealTimeStylusDataInterest
RealTimeStylusDataInterest
列挙型メンバー 20
| 名前 | 10進 | 16進 |
|---|---|---|
| RTSDI_AllData | -1 | 0xFFFFFFFF |
| RTSDI_None | 0 | 0x0 |
| RTSDI_Error | 1 | 0x1 |
| RTSDI_RealTimeStylusEnabled | 2 | 0x2 |
| RTSDI_RealTimeStylusDisabled | 4 | 0x4 |
| RTSDI_StylusNew | 8 | 0x8 |
| RTSDI_StylusInRange | 16 | 0x10 |
| RTSDI_InAirPackets | 32 | 0x20 |
| RTSDI_StylusOutOfRange | 64 | 0x40 |
| RTSDI_StylusDown | 128 | 0x80 |
| RTSDI_Packets | 256 | 0x100 |
| RTSDI_StylusUp | 512 | 0x200 |
| RTSDI_StylusButtonUp | 1024 | 0x400 |
| RTSDI_StylusButtonDown | 2048 | 0x800 |
| RTSDI_SystemEvents | 4096 | 0x1000 |
| RTSDI_TabletAdded | 8192 | 0x2000 |
| RTSDI_TabletRemoved | 16384 | 0x4000 |
| RTSDI_CustomStylusDataAdded | 32768 | 0x8000 |
| RTSDI_UpdateMapping | 65536 | 0x10000 |
| RTSDI_DefaultEvents | 37766 | 0x9386 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum RealTimeStylusDataInterest : int {
RTSDI_AllData = -1,
RTSDI_None = 0,
RTSDI_Error = 1,
RTSDI_RealTimeStylusEnabled = 2,
RTSDI_RealTimeStylusDisabled = 4,
RTSDI_StylusNew = 8,
RTSDI_StylusInRange = 16,
RTSDI_InAirPackets = 32,
RTSDI_StylusOutOfRange = 64,
RTSDI_StylusDown = 128,
RTSDI_Packets = 256,
RTSDI_StylusUp = 512,
RTSDI_StylusButtonUp = 1024,
RTSDI_StylusButtonDown = 2048,
RTSDI_SystemEvents = 4096,
RTSDI_TabletAdded = 8192,
RTSDI_TabletRemoved = 16384,
RTSDI_CustomStylusDataAdded = 32768,
RTSDI_UpdateMapping = 65536,
RTSDI_DefaultEvents = 37766
} RealTimeStylusDataInterest;public enum RealTimeStylusDataInterest : int
{
RTSDI_AllData = -1,
RTSDI_None = 0,
RTSDI_Error = 1,
RTSDI_RealTimeStylusEnabled = 2,
RTSDI_RealTimeStylusDisabled = 4,
RTSDI_StylusNew = 8,
RTSDI_StylusInRange = 16,
RTSDI_InAirPackets = 32,
RTSDI_StylusOutOfRange = 64,
RTSDI_StylusDown = 128,
RTSDI_Packets = 256,
RTSDI_StylusUp = 512,
RTSDI_StylusButtonUp = 1024,
RTSDI_StylusButtonDown = 2048,
RTSDI_SystemEvents = 4096,
RTSDI_TabletAdded = 8192,
RTSDI_TabletRemoved = 16384,
RTSDI_CustomStylusDataAdded = 32768,
RTSDI_UpdateMapping = 65536,
RTSDI_DefaultEvents = 37766,
}Public Enum RealTimeStylusDataInterest As Integer
RTSDI_AllData = -1
RTSDI_None = 0
RTSDI_Error = 1
RTSDI_RealTimeStylusEnabled = 2
RTSDI_RealTimeStylusDisabled = 4
RTSDI_StylusNew = 8
RTSDI_StylusInRange = 16
RTSDI_InAirPackets = 32
RTSDI_StylusOutOfRange = 64
RTSDI_StylusDown = 128
RTSDI_Packets = 256
RTSDI_StylusUp = 512
RTSDI_StylusButtonUp = 1024
RTSDI_StylusButtonDown = 2048
RTSDI_SystemEvents = 4096
RTSDI_TabletAdded = 8192
RTSDI_TabletRemoved = 16384
RTSDI_CustomStylusDataAdded = 32768
RTSDI_UpdateMapping = 65536
RTSDI_DefaultEvents = 37766
End Enumimport enum
class RealTimeStylusDataInterest(enum.IntEnum):
RTSDI_AllData = -1
RTSDI_None = 0
RTSDI_Error = 1
RTSDI_RealTimeStylusEnabled = 2
RTSDI_RealTimeStylusDisabled = 4
RTSDI_StylusNew = 8
RTSDI_StylusInRange = 16
RTSDI_InAirPackets = 32
RTSDI_StylusOutOfRange = 64
RTSDI_StylusDown = 128
RTSDI_Packets = 256
RTSDI_StylusUp = 512
RTSDI_StylusButtonUp = 1024
RTSDI_StylusButtonDown = 2048
RTSDI_SystemEvents = 4096
RTSDI_TabletAdded = 8192
RTSDI_TabletRemoved = 16384
RTSDI_CustomStylusDataAdded = 32768
RTSDI_UpdateMapping = 65536
RTSDI_DefaultEvents = 37766// RealTimeStylusDataInterest
pub const RTSDI_AllData: i32 = -1;
pub const RTSDI_None: i32 = 0;
pub const RTSDI_Error: i32 = 1;
pub const RTSDI_RealTimeStylusEnabled: i32 = 2;
pub const RTSDI_RealTimeStylusDisabled: i32 = 4;
pub const RTSDI_StylusNew: i32 = 8;
pub const RTSDI_StylusInRange: i32 = 16;
pub const RTSDI_InAirPackets: i32 = 32;
pub const RTSDI_StylusOutOfRange: i32 = 64;
pub const RTSDI_StylusDown: i32 = 128;
pub const RTSDI_Packets: i32 = 256;
pub const RTSDI_StylusUp: i32 = 512;
pub const RTSDI_StylusButtonUp: i32 = 1024;
pub const RTSDI_StylusButtonDown: i32 = 2048;
pub const RTSDI_SystemEvents: i32 = 4096;
pub const RTSDI_TabletAdded: i32 = 8192;
pub const RTSDI_TabletRemoved: i32 = 16384;
pub const RTSDI_CustomStylusDataAdded: i32 = 32768;
pub const RTSDI_UpdateMapping: i32 = 65536;
pub const RTSDI_DefaultEvents: i32 = 37766;// RealTimeStylusDataInterest
const (
RTSDI_AllData int32 = -1
RTSDI_None int32 = 0
RTSDI_Error int32 = 1
RTSDI_RealTimeStylusEnabled int32 = 2
RTSDI_RealTimeStylusDisabled int32 = 4
RTSDI_StylusNew int32 = 8
RTSDI_StylusInRange int32 = 16
RTSDI_InAirPackets int32 = 32
RTSDI_StylusOutOfRange int32 = 64
RTSDI_StylusDown int32 = 128
RTSDI_Packets int32 = 256
RTSDI_StylusUp int32 = 512
RTSDI_StylusButtonUp int32 = 1024
RTSDI_StylusButtonDown int32 = 2048
RTSDI_SystemEvents int32 = 4096
RTSDI_TabletAdded int32 = 8192
RTSDI_TabletRemoved int32 = 16384
RTSDI_CustomStylusDataAdded int32 = 32768
RTSDI_UpdateMapping int32 = 65536
RTSDI_DefaultEvents int32 = 37766
)const
RTSDI_AllData = -1;
RTSDI_None = 0;
RTSDI_Error = 1;
RTSDI_RealTimeStylusEnabled = 2;
RTSDI_RealTimeStylusDisabled = 4;
RTSDI_StylusNew = 8;
RTSDI_StylusInRange = 16;
RTSDI_InAirPackets = 32;
RTSDI_StylusOutOfRange = 64;
RTSDI_StylusDown = 128;
RTSDI_Packets = 256;
RTSDI_StylusUp = 512;
RTSDI_StylusButtonUp = 1024;
RTSDI_StylusButtonDown = 2048;
RTSDI_SystemEvents = 4096;
RTSDI_TabletAdded = 8192;
RTSDI_TabletRemoved = 16384;
RTSDI_CustomStylusDataAdded = 32768;
RTSDI_UpdateMapping = 65536;
RTSDI_DefaultEvents = 37766;// RealTimeStylusDataInterest
pub const RTSDI_AllData: i32 = -1;
pub const RTSDI_None: i32 = 0;
pub const RTSDI_Error: i32 = 1;
pub const RTSDI_RealTimeStylusEnabled: i32 = 2;
pub const RTSDI_RealTimeStylusDisabled: i32 = 4;
pub const RTSDI_StylusNew: i32 = 8;
pub const RTSDI_StylusInRange: i32 = 16;
pub const RTSDI_InAirPackets: i32 = 32;
pub const RTSDI_StylusOutOfRange: i32 = 64;
pub const RTSDI_StylusDown: i32 = 128;
pub const RTSDI_Packets: i32 = 256;
pub const RTSDI_StylusUp: i32 = 512;
pub const RTSDI_StylusButtonUp: i32 = 1024;
pub const RTSDI_StylusButtonDown: i32 = 2048;
pub const RTSDI_SystemEvents: i32 = 4096;
pub const RTSDI_TabletAdded: i32 = 8192;
pub const RTSDI_TabletRemoved: i32 = 16384;
pub const RTSDI_CustomStylusDataAdded: i32 = 32768;
pub const RTSDI_UpdateMapping: i32 = 65536;
pub const RTSDI_DefaultEvents: i32 = 37766;const
RTSDI_AllData* = -1
RTSDI_None* = 0
RTSDI_Error* = 1
RTSDI_RealTimeStylusEnabled* = 2
RTSDI_RealTimeStylusDisabled* = 4
RTSDI_StylusNew* = 8
RTSDI_StylusInRange* = 16
RTSDI_InAirPackets* = 32
RTSDI_StylusOutOfRange* = 64
RTSDI_StylusDown* = 128
RTSDI_Packets* = 256
RTSDI_StylusUp* = 512
RTSDI_StylusButtonUp* = 1024
RTSDI_StylusButtonDown* = 2048
RTSDI_SystemEvents* = 4096
RTSDI_TabletAdded* = 8192
RTSDI_TabletRemoved* = 16384
RTSDI_CustomStylusDataAdded* = 32768
RTSDI_UpdateMapping* = 65536
RTSDI_DefaultEvents* = 37766enum RealTimeStylusDataInterest : int {
RTSDI_AllData = -1,
RTSDI_None = 0,
RTSDI_Error = 1,
RTSDI_RealTimeStylusEnabled = 2,
RTSDI_RealTimeStylusDisabled = 4,
RTSDI_StylusNew = 8,
RTSDI_StylusInRange = 16,
RTSDI_InAirPackets = 32,
RTSDI_StylusOutOfRange = 64,
RTSDI_StylusDown = 128,
RTSDI_Packets = 256,
RTSDI_StylusUp = 512,
RTSDI_StylusButtonUp = 1024,
RTSDI_StylusButtonDown = 2048,
RTSDI_SystemEvents = 4096,
RTSDI_TabletAdded = 8192,
RTSDI_TabletRemoved = 16384,
RTSDI_CustomStylusDataAdded = 32768,
RTSDI_UpdateMapping = 65536,
RTSDI_DefaultEvents = 37766,
}#define global RTSDI_AllData 0xFFFFFFFF
#define global RTSDI_None 0x0
#define global RTSDI_Error 0x1
#define global RTSDI_RealTimeStylusEnabled 0x2
#define global RTSDI_RealTimeStylusDisabled 0x4
#define global RTSDI_StylusNew 0x8
#define global RTSDI_StylusInRange 0x10
#define global RTSDI_InAirPackets 0x20
#define global RTSDI_StylusOutOfRange 0x40
#define global RTSDI_StylusDown 0x80
#define global RTSDI_Packets 0x100
#define global RTSDI_StylusUp 0x200
#define global RTSDI_StylusButtonUp 0x400
#define global RTSDI_StylusButtonDown 0x800
#define global RTSDI_SystemEvents 0x1000
#define global RTSDI_TabletAdded 0x2000
#define global RTSDI_TabletRemoved 0x4000
#define global RTSDI_CustomStylusDataAdded 0x8000
#define global RTSDI_UpdateMapping 0x10000
#define global RTSDI_DefaultEvents 0x9386