MCPcopy Index your code
hub / github.com/lxn/walk / String

Method String

keyboard.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17type Key uint16
18
19func (k Key) String() string {
20 return key2string[k]
21}
22
23const (
24 KeyLButton Key = win.VK_LBUTTON

Callers 15

SaveStateMethod · 0.45
pathMethod · 0.45
setTextFromValueMethod · 0.45
processCharMethod · 0.45
StringMethod · 0.45
PatternMethod · 0.45
ValidateMethod · 0.45
updateTextMethod · 0.45
formatFloatStringFunction · 0.45
PrintMethod · 0.45
initButtonForActionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected