HomeSort by relevance Sort by last modified time
    Searched refs:IsKeyDown (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
Window.h 279 inline bool IsKeyDown(int virtKey) { return (::GetKeyState(virtKey) & 0x8000) != 0; }
  /external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp 408 bool ctrl = IsKeyDown(VK_CONTROL);

Completed in 55 milliseconds