MCPcopy Create free account
hub / github.com/0ldsk00l/nestopia / IsVirtualKey

Method IsVirtualKey

source/win32/NstDirectInput.cpp:1151–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149 }
1150
1151 bool DirectInput::Key::IsVirtualKey() const
1152 {
1153 return (code == KeyNone && data);
1154 }
1155
1156 bool DirectInput::Key::GetVirtualKey(ACCEL& accel) const
1157 {

Callers 1

AddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected