summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/natkeyboard.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-021-2/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* emu/ioport.cpp: Improved initial keyboard enable settings when changing slot ... Vas Crabb2020-10-111-2/+3
* -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. Vas Crabb2020-10-111-8/+33
* Slotified Mac 128k/512k/512ke/Plus keyboard port. Vas Crabb2020-07-011-2/+2
* Fix for UI Paste with the Default Serial Terminal (#6648) Frank Palazzolo2020-05-061-1/+3
* input_sdl: Process control characters so that the natural keyboard can see th... AJR2020-01-101-1/+1
* srcclean (nw) Vas Crabb2019-09-221-2/+2
* Changing some arrays to use std::array<> in natkeyboard npwoods2019-09-101-2/+2
* Exposed natual_keyboard object to LUA (#5364) npwoods2019-07-201-0/+2
* Moving paste() from mame_ui_manager class to natural_keyboard class, npwoods2019-07-191-0/+1
* Revert "Send LF with CR when using natuaral keyboard on systems with a line f... AJR2018-08-111-1/+0
* Send LF with CR when using natuaral keyboard on systems with a line feed key AJR2018-08-101-0/+1
* natural keyboard: prefer lower shift states, eliminate O(n) lookup Vas Crabb2017-09-051-2/+4
* general cleanup: Vas Crabb2017-05-231-5/+11
* Amiga keyboard updates: Vas Crabb2017-02-051-5/+11
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-13/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-12/+12
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-201-0/+3
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+90