Package brailleDisplayDrivers :: Module freedomScientific
[hide private]
[frames] | no frames]

Module freedomScientific

source code

Classes [hide private]
  BrailleDisplayDriver
  InputGesture
  KeyGesture
  RoutingGesture
  WizWheelGesture
Functions [hide private]
 
nvdaFsBrlWndProc(hwnd, msg, wParam, lParam) source code
Variables [hide private]
  fsbLib = None
hash(x)
  fbOpen = getattr(fsbLib, '_fbOpen@12')
  fbGetCellCount = getattr(fsbLib, '_fbGetCellCount@4')
  fbWrite = getattr(fsbLib, '_fbWrite@16')
  fbClose = getattr(fsbLib, '_fbClose@4')
  FB_INPUT = 1
  FB_DISCONNECT = 2
  LRESULT = c_long
  HCURSOR = c_long
  appInstance = windll.kernel32.GetModuleHandleW(None)
  nvdaFsBrlWm = windll.user32.RegisterWindowMessageW(u"nvdaFsBrl...
  inputType_keys = 3
  inputType_routing = 4
  inputType_wizWheel = 5
  nvdaFsBrlWndCls = WNDCLASSEXW()
Function Details [hide private]

nvdaFsBrlWndProc(hwnd, msg, wParam, lParam)

source code 
Decorators:
  • @WNDPROC

Variables Details [hide private]

nvdaFsBrlWm

Value:
windll.user32.RegisterWindowMessageW(u"nvdaFsBrlWm")