skia2/tools/sk_app
Hal Canary ff2e8fe65f sk_app, Sample: Unify InputState enum.
replace() {
      if git grep -q "$1")";
      then sed -i -e "s#${1}#${2}#g" $(git grep -l "$1");
      fi
    }
    replace 'k\([A-Za-z]*\)_InputState' 'InputState::k\1'
    replace '\(\(sk_app::\|\)Window\|Sample\|\)::InputState' 'InputState'

Change-Id: I4cc18814fb1fbdd1f240aabba05aae79c54a4841
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/227642
Commit-Queue: Hal Canary <halcanary@google.com>
Commit-Queue: Ben Wagner <bungeman@google.com>
Auto-Submit: Hal Canary <halcanary@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2019-07-16 14:51:03 +00:00
..
android sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
ios sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
mac sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
unix sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
win sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
Application.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
CommandSet.cpp sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
CommandSet.h sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
DisplayParams.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
GLWindowContext.cpp Fix GL MSAA support in Mac Viewer. 2019-07-11 22:31:43 +00:00
GLWindowContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
MetalWindowContext.h Revise Mac windowing and context creation. 2019-05-16 16:46:11 +00:00
MetalWindowContext.mm Enable MSAA for Metal. 2019-07-11 20:57:24 +00:00
RasterWindowContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
VulkanWindowContext.cpp New approach to fixing Vulkan MSAA. 2019-07-11 18:34:19 +00:00
VulkanWindowContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00
Window.cpp ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey 2019-07-09 16:16:41 +00:00
Window.h sk_app, Sample: Unify InputState enum. 2019-07-16 14:51:03 +00:00
WindowContext.h rewrite includes to not need so much -Ifoo 2019-04-24 16:27:11 +00:00