summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/natkeyboard.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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