Home
last modified time | relevance | path

Searched refs:wspaste_to_keyboard (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/lisaem/lisaem-1.2.6.2/include/
H A Dlisaemframe.h227 wxString wspaste_to_keyboard; variable
/dports/emulators/lisaem/lisaem-1.2.6.2/wxui/
H A Dlisaem_wx.cpp613 wxString wspaste_to_keyboard; member in LisaEmFrame
1316 …if (wspaste_to_keyboard.Len()<8102 && wspaste_to_keyboard.Len()>idx_paste_to_kb && (copsqueuelen>=… in OnEmulationTimer()
1362 wspaste_to_keyboard = (wxString)(data.GetText()); in OnPasteToKeyboard()
1363 strncpy(paste_to_keyboard,wspaste_to_keyboard.fn_str(),8192 ); in OnPasteToKeyboard()